aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_1_1.erl
diff options
context:
space:
mode:
authorNathaniel Waisbrot <[email protected]>2016-03-09 10:15:16 -0500
committerNathaniel Waisbrot <[email protected]>2016-03-17 07:40:46 -0400
commit2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68 (patch)
treee2827b57011663cbbf1e781add4c0fc20e19f620 /lib/inets/test/httpd_1_1.erl
parentcee5b753e8dbd294b2677f684c404d16dcfcd643 (diff)
downloadotp-2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68.tar.gz
otp-2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68.tar.bz2
otp-2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68.zip
Remove references to old modules
mod_include was already gone in 18, and webtool is out in 19, but some references remained in example config files.
Diffstat (limited to 'lib/inets/test/httpd_1_1.erl')
-rw-r--r--lib/inets/test/httpd_1_1.erl8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/inets/test/httpd_1_1.erl b/lib/inets/test/httpd_1_1.erl
index d3a1e3672a..88d91b552c 100644
--- a/lib/inets/test/httpd_1_1.erl
+++ b/lib/inets/test/httpd_1_1.erl
@@ -233,14 +233,6 @@ trace(Type, Port, Host, Node)->
"Max-Forwards:2\r\n\r\n",
[{statuscode, 200}]).
head(Type, Port, Host, Node)->
- %% mod_include
- ok = httpd_test_lib:verify_request(Type, Host, Port, Node,
- "HEAD /fsize.shtml HTTP/1.0\r\n\r\n",
- [{statuscode, 200},
- {version, "HTTP/1.0"}]),
- ok = httpd_test_lib:verify_request(Type, Host, Port, Node,
- "HEAD /fsize.shtml HTTP/1.1\r\nhost:" ++
- Host ++ "\r\n\r\n", [{statuscode, 200}]),
%% mod_esi
ok = httpd_test_lib:verify_request(Type, Host, Port, Node,
"HEAD /cgi-bin/erl/httpd_example/newformat"