-
- Downloads
curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag
The flag can be used in pycurl-based applications where using the multi interface would not be acceptable because of the performance lost caused by implementing the select() loop in python. Bug: http://curl.haxx.se/bug/view.cgi?id=1168 Downstream Bug: https://bugzilla.redhat.com/919127
Showing
- RELEASE-NOTES 2 additions, 0 deletionsRELEASE-NOTES
- docs/libcurl/curl_global_init.3 4 additions, 0 deletionsdocs/libcurl/curl_global_init.3
- docs/libcurl/symbols-in-versions 1 addition, 0 deletionsdocs/libcurl/symbols-in-versions
- include/curl/curl.h 1 addition, 0 deletionsinclude/curl/curl.h
- lib/easy.c 2 additions, 0 deletionslib/easy.c
- lib/select.c 2 additions, 15 deletionslib/select.c
- lib/select.h 6 additions, 0 deletionslib/select.h
Please register or sign in to comment