From: Daniel Stenberg Date: Thu, 5 Dec 2019 15:52:07 +0000 (+0100) Subject: test342: make it return a 304 as the tag matches X-Git-Tag: curl-7_68_0~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=914975fe6e4f8606899292bb7f19527efd8c863b;p=thirdparty%2Fcurl.git test342: make it return a 304 as the tag matches --- diff --git a/tests/data/test342 b/tests/data/test342 index b54e048190..95297ba500 100644 --- a/tests/data/test342 +++ b/tests/data/test342 @@ -10,18 +10,17 @@ HTTP GET # Server-side -HTTP/1.1 200 OK +HTTP/1.1 304 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT ETag: "21025-dc7-39462498" Accept-Ranges: bytes -Content-Length: 6 +Content-Length: 0 Connection: close Content-Type: text/html Funny-head: yesyes --foo-