source: mod_gnutls/test/tests/17_cgi_vars_large_cert/input @ 60868d2

asynciodebian/mastermainproxy-ticket
Last change on this file since 60868d2 was a733a90, checked in by Thomas Klute <thomas2.klute@…>, 8 years ago

Test suite: Use HTTP/1.0 for CGI and mod_status tests

These tests rarely but unpredictably failed because chunked transfer was
(mod_status) or wasn't (CGI) used. The "runtests" script compares the
output from the web server literally, so an unexpected encoding is
enough to make the test case fail, even though the transmitted content
is identical.

Forcing HTTP/1.0 avoids the problem by disabling chunked transfers.
Proper HTTP handling would be more elegant, but isn't really necessary
for these tests.

  • Property mode set to 100644
File size: 43 bytes
Line 
1GET /dump.cgi HTTP/1.0
2Host: __HOSTNAME__
3
Note: See TracBrowser for help on using the repository browser.