Rikard Falkeborn
|
64c01db0c9
http_proxy: Remove unused macro SELECT_TIMEOUT
|
6 years ago |
Daniel Stenberg
|
5ae22272d1
Curl_debug: remove dead printhost code
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Rikard Falkeborn
|
8ea5d41fe0
strictness: correct {infof, failf} format specifiers
|
6 years ago |
Rikard Falkeborn
|
eb49683e55
lib: Fix format specifiers
|
6 years ago |
Daniel Stenberg
|
8123560d44
HTTP: allow "header;" to replace an internal header with a blank one
|
6 years ago |
Zachary Seguin
|
55e609890f
CONNECT: keep close connection flag in http_connect_state struct
|
7 years ago |
Daniel Stenberg
|
7ee59512f8
timeleft: made two more users of Curl_timeleft use timediff_t
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Daniel Stenberg
|
9ef50ee0a4
http-proxy: when not doing CONNECT, that phase is done immediately
|
7 years ago |
Daniel Stenberg
|
3130414ce7
http-proxy: treat all 2xx as CONNECT success
|
7 years ago |
Maksim Stsepanenka
|
801d8765ca
http_proxy: fix build error for CURL_DOES_CONVERSIONS
|
7 years ago |
Daniel Stenberg
|
ff50fe0348
strtoofft: reduce integer overflow risks globally
|
7 years ago |
Marcel Raad
|
edafd52be1
http_proxy: fix build with http and proxy
|
7 years ago |
Marcel Raad
|
deff7de0eb
http_proxy: fix compiler warning
|
7 years ago |
Daniel Stenberg
|
01811b6740
http-proxy: fix chunked-encoded CONNECT responses
|
7 years ago |
Daniel Stenberg
|
12ccaed2a5
http-proxy: deal with EAGAIN
|
7 years ago |
Daniel Stenberg
|
0d39e5cc95
http-proxy: fix build with --disable-proxy or --disable-http
|
7 years ago |
Daniel Stenberg
|
5113ad0424
http-proxy: do the HTTP CONNECT process entirely non-blocking
|
7 years ago |
Daniel Stenberg
|
0cab3a394a
http-proxy: use a dedicated CONNECT response buffer
|
7 years ago |
Daniel Stenberg
|
55c3c02e59
http-proxy: remove unused argument from Curl_proxyCONNECT()
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Desmond O. Chang
|
d2bcf1e3e2
url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS
|
8 years ago |
Jay Satiro
|
ec1d0ed1c1
http_proxy: Ignore TE and CL in CONNECT 2xx responses
|
7 years ago |
Michael Kaufmann
|
2f8d0df085
proxy: fix hostname resolution and IDN conversion
|
7 years ago |
Daniel Stenberg
|
e2e182227a
http_proxy: avoid freeing static memory
|
7 years ago |
Cameron MacMinn
|
7fe81ec298
http_proxy: Fix tiny memory leak upon edge case connecting to proxy
|
7 years ago |
Jay Satiro
|
d00f2a8f2e
http_proxy: Fix proxy CONNECT hang on pending data
|
8 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
74595b223d
http_proxy: simplify CONNECT response reading
|
8 years ago |