summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* http_proxy: don't close the socket (too early)Daniel Stenberg2021-12-291-2/+0
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-151-0/+4
* Curl_connect_done: handle being called twiceDaniel Stenberg2021-11-121-2/+3
* multi: shut down CONNECT in Curl_detach_connnectionDaniel Stenberg2021-11-111-5/+5
* c-hyper: make CURLOPT_SUPPRESS_CONNECT_HEADERS workDaniel Stenberg2021-10-251-0/+3
* c-hyper: don't abort CONNECT responses early when auth-in-progressDaniel Stenberg2021-10-221-0/+1
* c-hyper: make test 217 runDaniel Stenberg2021-10-221-1/+2
* http_proxy: multiple CONNECT with hyper done betterDaniel Stenberg2021-10-211-2/+17
* hyper: pass the CONNECT line to the debug callbackDaniel Stenberg2021-10-211-0/+9
* http_proxy: fix one more result assign for hyperDaniel Stenberg2021-10-141-1/+1
* http_proxy: make hyper CONNECT() return the correct error codeDaniel Stenberg2021-10-141-12/+39
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-1/+2
* misc: fix typos in docs and commentsa13460542021-09-231-1/+1
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-131-18/+21
* http_proxy: only wait for writable socket while sending requestDaniel Stenberg2021-08-271-1/+1
* http_proxy: fix user-agent and custom headers for CONNECT with hyperDaniel Stenberg2021-08-201-3/+5
* http_proxy: clear 'sending' when the outgoing request is sentDaniel Stenberg2021-07-251-0/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-14/+14
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-1/+1
* conn_shutdown: if closed during CONNECT cleanup properlyDaniel Stenberg2021-06-111-8/+11
* c-hyper: abort CONNECT response reading early on non 2xx responsesDaniel Stenberg2021-06-101-0/+2
* http_proxy: deal with non-200 CONNECT response with HyperDaniel Stenberg2021-05-271-3/+32
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-28/+81
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-051-1/+2
* http_proxy: fix typo in http_proxy.cIkko Ashimine2021-02-091-1/+1
* hyper: fix CONNECT to set 'data' as userdataDaniel Stenberg2021-01-301-1/+1
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-23/+27
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-211-3/+3
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-2/+2
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-17/+20
* http_proxy: Fix CONNECT chunked encoding race conditionJay Satiro2021-01-111-1/+4
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-101-2/+4
* http_proxy: make CONNECT work with the Hyper backendDaniel Stenberg2021-01-051-36/+262
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-3/+3
* http_proxy: use enum with state names for 'keepon'bagder/http-proxy-keeponDaniel Stenberg2020-11-101-10/+10
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-2/+1
* http_proxy: do not count proxy headers in the header bytecountDaniel Stenberg2020-09-221-1/+0
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-9/+10
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-041-66/+56
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-32/+26
* conn: always set bits.close with connclose()Daniel Stenberg2019-12-091-2/+3
* chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg2019-10-021-2/+5
* http_proxy: part of conditional expression is always true: !errorDaniel Stenberg2019-09-201-1/+1
* NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov2019-06-021-0/+1
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+2
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-161-7/+7
* http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn2018-08-091-1/+0
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-1/+1