mirror of
https://github.com/curl/curl.git
synced 2026-05-30 14:57:32 +03:00
Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch
This commit is contained in:
parent
ca5678c8c1
commit
4cf953678d
4 changed files with 18 additions and 4 deletions
|
|
@ -561,6 +561,9 @@ typedef enum {
|
|||
|
||||
/* Instruct libcurl to use a smaller receive buffer */
|
||||
CINIT(BUFFERSIZE, LONG, 98),
|
||||
|
||||
/* Instruct libcurl to do not use any signal/alarm handlers, even with timeouts. */
|
||||
CINIT(NOSIGNAL, LONG, 99),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unusued */
|
||||
} CURLoption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue