From cf35bd79bdbe7b2155c87ed5a5da7815367ec9de Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 Jun 2019 12:08:57 +0200 Subject: test1523: basic test of CURLOPT_LOW_SPEED_LIMIT --- tests/data/test1523 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 tests/data/test1523 (limited to 'tests/data/test1523') diff --git a/tests/data/test1523 b/tests/data/test1523 new file mode 100644 index 000000000..015f50518 --- /dev/null +++ b/tests/data/test1523 @@ -0,0 +1,49 @@ + + + +CURLINFO_LOW_SPEED_LIMIT + + + +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 3 +Connection: close +Funny-head: yesyes + +AA + + +writedelay: 1 + + +# +# Client-side + + +http + + +lib1523 + + + +CURLINFO_LOW_SPEED_LIMIT + + + +http://%HOSTIP:%HTTPPORT/1523 + + +http + + + +# +# Verify data after the test has been "shot" + + + -- cgit v1.2.3