diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-09-20 13:25:39 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-09-20 16:06:17 +0000 |
commit | 05f713738973597189c390cbb11463a458c57682 (patch) | |
tree | 11d2d014a7caf8809bf452d6bf0888adb23008a0 /extras/hs-test/resources/curl/write_out_download_connect | |
parent | 147585e7f6566fe08aa1cc774e7435660ab29e26 (diff) |
hs-test: proxy testing improvements
- nginx and curl timeouts are extended if debug flag is set
- added write-out for curl (outputs extra info after transfer is done)
Type: test
Change-Id: I3f6c336a14cd00b9ae8669d2fa26e00709162100
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/resources/curl/write_out_download_connect')
-rw-r--r-- | extras/hs-test/resources/curl/write_out_download_connect | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/resources/curl/write_out_download_connect b/extras/hs-test/resources/curl/write_out_download_connect new file mode 100644 index 00000000000..bd7c9152a0c --- /dev/null +++ b/extras/hs-test/resources/curl/write_out_download_connect @@ -0,0 +1 @@ +Download size: %{size_download} bytes\nDownload speed: %{speed_download} bytes per second\nCONNECT response code: %{http_connect}\nGET response code: %{response_code}\n
\ No newline at end of file |