mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:23:58 +03:00
http: refactor http_on_response into sub functions
Reduces complexity. Closes #21172
This commit is contained in:
parent
a5838847c4
commit
1ec912d292
2 changed files with 261 additions and 210 deletions
|
|
@ -70,7 +70,6 @@ extern struct Curl_cftype Curl_cft_nghttp2;
|
|||
|
||||
#define Curl_http2_request_upgrade(x, y) CURLE_UNSUPPORTED_PROTOCOL
|
||||
#define Curl_http2_switch(a) CURLE_UNSUPPORTED_PROTOCOL
|
||||
#define Curl_http2_upgrade(a, b, c, d, e) CURLE_UNSUPPORTED_PROTOCOL
|
||||
#define Curl_h2_http_1_1_error(x) 0
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue