]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLINFO_REQUEST_SIZE: fixed, add tests for transfer infos reported
authorStefan Eissing <stefan@eissing.org>
Thu, 4 Apr 2024 09:06:06 +0000 (11:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Apr 2024 11:20:09 +0000 (13:20 +0200)
commit8482ce53ddfd9daab46261e0f00a0032403ba917
tree8f2797c06bfba7225a1feecc4f27ad9141101d05
parent0a4419ae4c45fccaadc62dbdaf4725909c44dcfa
CURLINFO_REQUEST_SIZE: fixed, add tests for transfer infos reported

- tests for 'size_request' and other stats reported, for
  presence and consistency

Reported-by: Jonatan Vela
Fixes #13269
Closes #13275
lib/transfer.c
tests/http/test_16_info.py [new file with mode: 0644]
tests/http/testenv/httpd.py