diff options
author | dartraiden <wowemuh@gmail.com> | 2020-11-01 23:02:54 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-11-01 23:06:35 +0300 |
commit | d7b105a2240a2c1dcd789cec21cc985c709747eb (patch) | |
tree | 90a06104d9b3cdce3452d726aaa9d5d9fb98e647 /libs/libcurl/src/http_proxy.c | |
parent | b54e9f486d521c314a9eb53dab435f14b4ca7504 (diff) |
libcurl: update to 7.73.0
Diffstat (limited to 'libs/libcurl/src/http_proxy.c')
-rw-r--r-- | libs/libcurl/src/http_proxy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/libcurl/src/http_proxy.c b/libs/libcurl/src/http_proxy.c index f188cbfc60..7c34d20648 100644 --- a/libs/libcurl/src/http_proxy.c +++ b/libs/libcurl/src/http_proxy.c @@ -425,7 +425,6 @@ static CURLcode CONNECT(struct connectdata *conn, } data->info.header_size += (long)perline; - data->req.headerbytecount += (long)perline; /* Newlines are CRLF, so the CR is ignored as the line isn't really terminated until the LF comes. Treat a following CR |