Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 年之前 |
Daniel Stenberg
|
c3d612662d
test1147: hyper doesn't allow "crazy" request headers like built-in
|
3 年之前 |
Daniel Stenberg
|
a62ece3f57
c-hyper: bail on too long response headers
|
3 年之前 |
Daniel Stenberg
|
0b0269341b
c-hyper: add support for transfer-encoding in the request
|
3 年之前 |
Daniel Stenberg
|
80e1054fe5
hyper: propagate errors back up from read callbacks
|
3 年之前 |
Daniel Stenberg
|
c214a6a17b
c-hyper: abort CONNECT response reading early on non 2xx responses
|
3 年之前 |
Daniel Stenberg
|
372361f6ca
c-hyper: fix the uploaded field in progress callbacks
|
3 年之前 |
Daniel Stenberg
|
32311d2d15
c-hyper: support CURLINFO_STARTTRANSFER_TIME
|
3 年之前 |
Daniel Stenberg
|
7de85d271a
c-hyper: support CURLOPT_HEADER
|
3 年之前 |
Daniel Stenberg
|
83036d86af
c-hyper: fix NTLM on closed connection tested with test159
|
3 年之前 |
Daniel Stenberg
|
f2619b1767
c-hyper: handle NULL from hyper_buf_copy()
|
3 年之前 |
Daniel Stenberg
|
11796231af
c-hyper: convert HYPERE_INVALID_PEER_MESSAGE to CURLE_UNSUPPORTED_PROTOCOL
|
3 年之前 |
Daniel Stenberg
|
23b99fc94c
c-hyper: clear NTLM auth buffer when request is issued
|
3 年之前 |
Daniel Stenberg
|
2ee761c19b
Revert "c-hyper: handle body on HYPER_TASK_EMPTY"
|
3 年之前 |
Jacob Hoffman-Andrews
|
c3eefa95c3
c-hyper: handle body on HYPER_TASK_EMPTY
|
3 年之前 |
Daniel Stenberg
|
826c438c61
c-hyper: fix unused variable ‘wrote’
|
3 年之前 |
Kevin Burke
|
76f33fd373
c-hyper: don't write to set.writeheader if null
|
3 年之前 |
Jacob Hoffman-Andrews
|
5e7fc49c19
c-hpyer: fix handling of zero-byte chunk from hyper
|
3 年之前 |
Daniel Stenberg
|
95cbcec8f9
urldata: merge "struct DynamicStatic" into "struct UrlState"
|
3 年之前 |
Daniel Stenberg
|
7098f9fe3a
c-hyper: support automatic content-encoding
|
3 年之前 |
kokke
|
86338ca698
c-hyper: Remove superfluous pointer check
|
3 年之前 |
Daniel Stenberg
|
88dd1a8a11
urldata: don't touch data->set.httpversion at run-time
|
3 年之前 |
Daniel Stenberg
|
3c2210713e
hyper: fix CONNECT to set 'data' as userdata
|
3 年之前 |
Ikko Ashimine
|
73d743cfad
hyper: fix typo in c-hyper.c
|
3 年之前 |
Daniel Stenberg
|
14e075d1a7
hyper: remove the conn->data references
|
3 年之前 |
Daniel Stenberg
|
219d9f8620
transfer: remove conn->data use
|
3 年之前 |
Daniel Stenberg
|
3acf6fe539
c-hyper: avoid duplicated Proxy-Connection headers
|
3 年之前 |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 年之前 |
Daniel Stenberg
|
8399d89360
hyper: deliver data to application with Curl_client_write
|
3 年之前 |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 年之前 |