Home
last modified time | relevance | path

Searched refs:skip_short_body (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/wget/wget-1.21.2/src/
H A Dhttp.c972 skip_short_body (int fd, wgint contlen, bool chunked) in skip_short_body() function
3622 && skip_short_body (sock, contlen, chunked_transfer_encoding)) in gethttp()
3893 && skip_short_body (sock, contlen, chunked_transfer_encoding)) in gethttp()
4051 skip_short_body (sock, contlen, chunked_transfer_encoding)) in gethttp()
4151 && skip_short_body (sock, contlen, chunked_transfer_encoding)) in gethttp()
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog2489 * src/http.c (skip_short_body): Return error on negative chunk size
7779 * src/http.c (skip_short_body): Remove assert which is always true.
8962 * src/http.c (skip_short_body): Fix the same memory leak.
9676 * src/http.c (skip_short_body): Remove dead assignment to `ret'.
10674 (skip_short_body): Accept new parameter `chunked'. New variable
15826 (skip_short_body): Ditto.
16271 * src/http.c (skip_short_body): Print the skipped body data in debug
16273 (skip_short_body): Don't skip more than 4k of body data.
16274 (skip_short_body): Return whether the skipping was successful.
16275 (gethttp): If skip_short_body failed, invalidate the connection.
[all …]