mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:03:34 +03:00
src: add 'size_delivered' as a write-out variable
Verify in test 220
This commit is contained in:
parent
69c6cda944
commit
af9417ddfc
4 changed files with 11 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ http
|
|||
HTTP GET gzip compressed content
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --compressed
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --compressed -s -w '%{stderr}%{size_delivered}\n'
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -67,5 +67,8 @@ Accept: */*
|
|||
Accept-Encoding: xxx
|
||||
|
||||
</protocol>
|
||||
<stderr>
|
||||
24
|
||||
</stderr>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue