From 855887af7928d70a2938b7c9c750a0c237c47c15 Mon Sep 17 00:00:00 2001 From: Peter Simonyi Date: Wed, 10 Jul 2019 18:42:35 -0400 Subject: http: allow overriding timecond with custom header With CURLOPT_TIMECONDITION set, a header is automatically added (e.g. If-Modified-Since). Allow this to be replaced or suppressed with CURLOPT_HTTPHEADER. Fixes #4103 Closes #4109 --- tests/data/test1593 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 tests/data/test1593 (limited to 'tests/data/test1593') diff --git a/tests/data/test1593 b/tests/data/test1593 new file mode 100644 index 000000000..405aa84e5 --- /dev/null +++ b/tests/data/test1593 @@ -0,0 +1,49 @@ + + + +HTTP +HTTP GET +HTTP replaced headers +CURLOPT_TIMECONDITION +If-Modified-Since + + + +# Server-side + + +HTTP/1.1 304 Not Modified +Date: Thu, 11 Jul 2019 02:26:59 GMT +Server: test-server/swsclose + + + +# Client-side + + +http + + +HTTP custom header overrides CURLOPT_TIMECONDITION + + +lib1593 + + +http://%HOSTIP:%HTTPPORT/1593 + + + + + +^User-Agent:.* + +# Note here the lack of If-Modified-Since + +GET /1593 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3