Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 717109 Details for
Bug 928370
[RFE] support setopt(pycurl.RANGE, None)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add support to unset options, add CURLOPT_RANGE to the list.
zde.patch (text/plain), 738 bytes, created by
Zdeněk Pavlas
on 2013-03-27 14:17:51 UTC
(
hide
)
Description:
add support to unset options, add CURLOPT_RANGE to the list.
Filename:
MIME Type:
Creator:
Zdeněk Pavlas
Created:
2013-03-27 14:17:51 UTC
Size:
738 bytes
patch
obsolete
>diff -up pycurl-7.19.0/src/pycurl.c.old pycurl-7.19.0/src/pycurl.c >--- pycurl-7.19.0/src/pycurl.c.old 2013-03-27 14:47:35.543751733 +0100 >+++ pycurl-7.19.0/src/pycurl.c 2013-03-27 14:48:34.783574414 +0100 >@@ -1483,6 +1483,7 @@ util_curl_unsetopt(CurlObject *self, int > case CURLOPT_RANDOM_FILE: > case CURLOPT_SSL_CIPHER_LIST: > case CURLOPT_USERPWD: >+ case CURLOPT_RANGE: > SETOPT((char *) 0); > break; > >@@ -1552,7 +1552,7 @@ do_curl_setopt(CurlObject *self, PyObjec > if (option % 10000 >= OPTIONS_SIZE) > goto error; > >-#if 0 /* XXX - should we ??? */ >+#if 1 /* XXX - should we ??? */ > /* Handle the case of None */ > if (obj == Py_None) { > return util_curl_unsetopt(self, option);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 928370
: 717109