aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_1_1.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-04-05 13:12:49 +0200
committerHans Nilsson <[email protected]>2016-04-05 13:12:49 +0200
commit8041c9d5af5fe3ae9107a8f9f3dd6449c151ea1f (patch)
tree228a941b41bce0ac5879ec4f24e464894b10cb3e /lib/inets/test/httpd_1_1.erl
parent0526f1a5a545d2e6be0b5ef4f2588ed81447c416 (diff)
parent2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68 (diff)
downloadotp-8041c9d5af5fe3ae9107a8f9f3dd6449c151ea1f.tar.gz
otp-8041c9d5af5fe3ae9107a8f9f3dd6449c151ea1f.tar.bz2
otp-8041c9d5af5fe3ae9107a8f9f3dd6449c151ea1f.zip
Merge branch 'waisbrot/remove-mod_include/PR-988/OTP-13445'
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"