From: Stefan Eissing Date: Tue, 21 May 2024 13:22:47 +0000 (+0200) Subject: test: add test1484, for HEAD with content X-Git-Tag: curl-8_9_0~420 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e403dff069c9f9e6076a6ea465ebc67351cdc71;p=thirdparty%2Fcurl.git test: add test1484, for HEAD with content - test HEAD request with 'Transfer-Encoding:chunked' and non-encoded response content - verifies #13725 Closes #13735 --- diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index ffb0b8e369..07fc294358 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -188,7 +188,7 @@ test1447 test1448 test1449 test1450 test1451 test1452 test1453 test1454 \ test1455 test1456 test1457 test1458 test1459 test1460 test1461 test1462 \ test1463 test1464 test1465 test1466 test1467 test1468 test1469 test1470 \ test1471 test1472 test1473 test1474 test1475 test1476 test1477 test1478 \ -test1479 test1480 test1481 test1482 test1483 \ +test1479 test1480 test1481 test1482 test1483 test1484 \ \ test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \ test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \ diff --git a/tests/data/test1484 b/tests/data/test1484 new file mode 100644 index 0000000000..52de029a08 --- /dev/null +++ b/tests/data/test1484 @@ -0,0 +1,53 @@ + + + +HTTP +HTTP HEAD + + + +# +# Server-side + + +HTTP/1.1 200 OK +Date: Tue, 09 Nov 2010 14:49:00 GMT +Transfer-Encoding: chunked + +HEAD response with content + +# make sure no data is written + +HTTP/1.1 200 OK +Date: Tue, 09 Nov 2010 14:49:00 GMT +Transfer-Encoding: chunked + + + + +# +# Client-side + + +http + + +HTTP HEAD with response body to ignore + + +-I http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http1.1 + + + +# +# Verify data after the test has been "shot" + + +HEAD /%TESTNUMBER HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +User-Agent: curl/%VERSION +Accept: */* + + + +