Daniel Stenberg
|
904b27d18d
http2: make sure pause is done on HTTP
|
3 years ago |
Peng-Yu Chen
|
455a63c66f
http2: skip immediate parsing of payload following protocol switch
|
3 years ago |
Peng-Yu Chen
|
651a75e1e7
http2: use nghttp2_session_upgrade2 instead of nghttp2_session_upgrade
|
3 years ago |
Jay Satiro
|
ba0d3c28ca
http2: fix potentially uninitialized variable
|
3 years ago |
Kamil Dudka
|
3a6058cb97
http2: fix a resource leak in push_promise()
|
3 years ago |
Kamil Dudka
|
3193170470
http2: fix resource leaks in set_transfer_url()
|
3 years ago |
Daniel Stenberg
|
063d3f3b96
tidy-up: make conditional checks more consistent
|
3 years ago |
Daniel Stenberg
|
d8c4cdecb7
http2: remove DEBUG_HTTP2
|
3 years ago |
Daniel Stenberg
|
605e842355
http2: move the stream error field to the per-transfer storage
|
3 years ago |
Daniel Stenberg
|
252790c533
http2: call the handle-closed function correctly on closed stream
|
3 years ago |
Daniel Stenberg
|
95cbcec8f9
urldata: merge "struct DynamicStatic" into "struct UrlState"
|
3 years ago |
Robert Ronto
|
068661bb02
http2: don't set KEEP_SEND when there's no more data to be sent
|
3 years ago |
oxalica
|
d1f40078c1
http2: fail if connection terminated without END_STREAM
|
3 years ago |
Daniel Stenberg
|
723c0e75fa
http2: remove conn->data use
|
3 years ago |
Daniel Stenberg
|
1c3def53c7
urldata: remove duplicate 'upkeep_interval_ms' from connectdata
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
aba01da639
failf: remove newline from formatting strings
|
3 years ago |
Daniel Stenberg
|
c7f95fa0cc
h2: do not wait for RECV on paused transfers
|
3 years ago |
Rikard Falkeborn
|
920f49a20b
infof/failf calls: fix format specifiers
|
4 years ago |
Daniel Stenberg
|
a95a6ce6b8
urldata: remove 'void *protop' and create the union 'p'
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
d70a5b5a0f
sendf: move the verbose-check into Curl_debug
|
4 years ago |
Daniel Stenberg
|
6434a73984
Curl_handler: add 'family' to each protocol
|
4 years ago |
Laramie Leavitt
|
25a25f45ae
http: consolidate nghttp2_session_mem_recv() call paths
|
4 years ago |
Daniel Stenberg
|
7f187d897c
h2: repair trailer handling
|
4 years ago |
Daniel Stenberg
|
954cd3eb48
CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream
|
4 years ago |
Daniel Stenberg
|
69bfde4515
http2: only do the *done() cleanups for HTTP
|
4 years ago |
Laramie Leavitt
|
ef86daf4d3
http2: close the http2 connection when no more requests may be sent
|
4 years ago |
Jeremy Maitin-Shepard
|
31f0e864c7
http2: fix nghttp2_strerror -> nghttp2_http2_strerror in debug messages
|
4 years ago |
Daniel Stenberg
|
646cc574f0
http2: set the correct URL in pushed transfers
|
4 years ago |