Daniel Stenberg
|
8ece8177f1
cleanup: remove FIXME and TODO comments
|
5 years ago |
Daniel Stenberg
|
2f44e94efb
pipelining: removed
|
5 years ago |
Tim Rühsen
|
7b758e9835
documentation: Fix several typos
|
5 years ago |
Daniel Stenberg
|
aa5a28bd69
http2: verify :athority in push promise requests
|
5 years ago |
Daniel Stenberg
|
61496154ce
http2: multi_connchanged() moved from multi.c, only used for h2
|
5 years ago |
Daniel Stenberg
|
05b100aee2
cleanup: make local functions static
|
5 years ago |
Daniel Stenberg
|
ba243235ec
urldata: rename easy_conn to just conn
|
5 years ago |
Daniel Stenberg
|
6dc1780ea5
http2: clear pause stream id if it gets closed
|
5 years ago |
Johannes Schindelin
|
d997aa0e96
Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1
|
6 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Daniel Stenberg
|
ad547fcf7b
travis: add build for "configure --disable-verbose"
|
6 years ago |
Daniel Gustafsson
|
2873971d62
memory: ensure to check allocation results
|
6 years ago |
Daniel Stenberg
|
304bb2f7c1
Curl_http2_done: fix memleak in error path
|
6 years ago |
Daniel Stenberg
|
55dbcb061d
http: made Curl_add_buffer functions take a pointer-pointer
|
6 years ago |
Daniel Stenberg
|
130c53b632
http2: fix memory leaks on error-path
|
6 years ago |
Daniel Gustafsson
|
1870fd2832
misc: fix typos in comments
|
6 years ago |
Max Dymond
|
7b655fcbad
upkeep: add a connection upkeep API: curl_easy_conn_upkeep()
|
6 years ago |
Rikard Falkeborn
|
19ebc28217
http2: Use correct format identifier for stream_id
|
6 years ago |
Daniel Stenberg
|
78d5302b5c
http2: abort the send_callback if not setup yet
|
6 years ago |
Daniel Stenberg
|
396fc0843e
http2: remove four unused nghttp2 callbacks
|
6 years ago |
Daniel Stenberg
|
e29ff2be2f
http2: avoid set_stream_user_data() before stream is assigned
|
6 years ago |
Daniel Stenberg
|
c7ea4ddd2e
http2: make sure to send after RST_STREAM
|
6 years ago |
Daniel Stenberg
|
ac86eabdbe
http2: check nghttp2_session_set_stream_user_data return code
|
6 years ago |
Daniel Stenberg
|
8440616f53
http: fix for tiny "HTTP/0.9" response
|
6 years ago |
Daniel Stenberg
|
c3b297466d
http2: clear the drain counter in Curl_http2_done
|
6 years ago |
Daniel Stenberg
|
7b9bc96c77
http2: several cleanups
|
6 years ago |
Rikard Falkeborn
|
8ea5d41fe0
strictness: correct {infof, failf} format specifiers
|
6 years ago |
Daniel Stenberg
|
cb529b713f
checksrc: make sure sizeof() is used *with* parentheses
|
6 years ago |
steini2000
|
0055545705
http2: remove unused variable
|
6 years ago |
steini2000
|
d6dd322d7a
http2: use easy handle of stream for logging
|
6 years ago |