mirror of
https://github.com/lammertb/libhttp.git
synced 2026-01-03 16:02:30 +03:00
experimental keep-alive, options defaults
This commit is contained in:
@@ -211,6 +211,9 @@ o("GET /$test_dir_uri/x/ HTTP/1.0\n\n", "Content-Type: text/html\r\n\r\n",
|
||||
'index.cgi execution');
|
||||
o("GET /ta/x/ HTTP/1.0\n\n", "SCRIPT_NAME=/ta/x/index.cgi",
|
||||
'Aliases SCRIPT_NAME');
|
||||
#o("GET /hello.txt HTTP/1.1\n\n GET /hello.txt HTTP/1.0\n\n",
|
||||
# 'HTTP/1.1 200.+keep-alive.+HTTP/1.1 200.+close',
|
||||
# 'Request pipelining', 2);
|
||||
|
||||
my $mime_types = {
|
||||
html => 'text/html',
|
||||
|
||||
Reference in New Issue
Block a user