curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag
authorZdenek Pavlas <zpavlas@redhat.com>
Mon, 11 Mar 2013 13:57:07 +0000 (14:57 +0100)
committerKamil Dudka <kdudka@redhat.com>
Tue, 12 Mar 2013 09:58:20 +0000 (10:58 +0100)
commit57ccdfa8d2bb6275388223f4676cd623ebd01697
tree2e36708a0905d011b78582090ec063ea0fbea440
parent491e026ccda0e60975fa6e2e9cf3ccca37e18f7b
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
RELEASE-NOTES
docs/libcurl/curl_global_init.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/easy.c
lib/select.c
lib/select.h