History log of /curl/tests/data/test1948 (Results 1 – 2 of 2)
Revision Date Author Comments
# ee521a1c 10-Mar-2023 Dan Fandrich

http: don't send 100-continue for short PUT requests

This is already how curl is documented to behave in Everything curl, but
in actuality only short POSTs skip this. This should knock 3

http: don't send 100-continue for short PUT requests

This is already how curl is documented to behave in Everything curl, but
in actuality only short POSTs skip this. This should knock 30 seconds
off a full run of the test suite since the 100-continue timeout will no
longer be hit.

Closes #10740

show more ...


# 1edb1592 15-Sep-2022 Daniel Stenberg

test1948: verify PUT + POST reusing the same handle

Reproduced #9507, verifies the fix