mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:33:33 +03:00
http_proxy: ported to use dynbuf instead of a static size buffer
Removes a 16K static buffer from the easy handle. Simplifies the code.
This commit is contained in:
parent
ed35d6590e
commit
dae126ff12
4 changed files with 62 additions and 75 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -47,5 +47,6 @@ bool Curl_connect_ongoing(struct connectdata *conn);
|
|||
#endif
|
||||
|
||||
void Curl_connect_free(struct Curl_easy *data);
|
||||
void Curl_connect_done(struct Curl_easy *data);
|
||||
|
||||
#endif /* HEADER_CURL_HTTP_PROXY_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue