Stefan Eissing

Results 75 issues of Stefan Eissing

- test HEAD request with 'Transfer-Encoding:chunked' and non-encoded response content - verifies #13725

tests

- refs #13556 - allow anon uploads on vsftpd test server - add test_30_05 for plain upload of 1k, 100k, 1m - add test_31_05 for SSL upload of 1k, 100k,...

tests

- we updated the WINSOCK sendbuf in the transfer loop, but cf-socket.c seems a much better place. - moving code and timestamp into the socket filter I am not a...

Windows
tidy-up

- HEADERFUNCTIONS might inspect response properties like CURLINFO_CONTENT_LENGTH_DOWNLOAD_T on seeing the last header line. If the line is being written before this is initialized, values are not available. - write...

tests

- make mentioning `-v` on the curl command line increase the verbosity of the trace output - related discussion https://github.com/curl/curl/discussions/13810 - add trace group names for components: `network`, `protocol`, `proxy`....

cmdline tool
feature-window
libcurl API

many connection tests, using ylavic PR 294 event_wip.

Since the introduction of client writers, we check the body length in the PROTOCOL phase and do FTP lineend conversions later in the CONTENT_DECODING phase. This means we no longer...

Some POP3 commands are multi-line, e.g. have responses terminated by a last line with '.', but some are not. Define the known command properties and fix response handling. Refs #14677,...

POP3
tests

Turn most infof() and DEBUGF() traces into CURL_TRC_CF() statements that do not appear on normal verbose output. refs #14807

TLS
Windows

When checking to expire a transfer with input data pending, also assess the blocked status and do not EXPIRE_RUN_NOW a transfer that is blocked on READ/WRITE.

multi-event