mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
parent
f6c2907172
commit
a9705e9cfb
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
/* This little trick makes sure that we do not enable pipelining for libcurls
|
||||
old enough to not have this symbol. It is _not_ defined to zero in a recent
|
||||
libcurl header. */
|
||||
#define CURLPIPE_MULTIPLEX 0
|
||||
#define CURLPIPE_MULTIPLEX 0L
|
||||
#endif
|
||||
|
||||
struct transfer {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
/* This little trick makes sure that we do not enable pipelining for libcurls
|
||||
old enough to not have this symbol. It is _not_ defined to zero in a recent
|
||||
libcurl header. */
|
||||
#define CURLPIPE_MULTIPLEX 0
|
||||
#define CURLPIPE_MULTIPLEX 0L
|
||||
#endif
|
||||
|
||||
#define NUM_HANDLES 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue