diff options
author | Fredrik Gustafsson <[email protected]> | 2013-09-04 11:15:54 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-09-04 11:15:54 +0200 |
commit | 46779ac9c0ef083488b471379bd4cb501a6d24a0 (patch) | |
tree | 9e0d94c086bed076fe6f3d8d40f5f0e12a26a667 /lib/inets/test/httpd_SUITE.erl | |
parent | d138f417f752eb3d6d49161f1878cfb740fdfd08 (diff) | |
parent | 9c5426cbb9e46b1edd239c849af676699f539a3d (diff) | |
download | otp-46779ac9c0ef083488b471379bd4cb501a6d24a0.tar.gz otp-46779ac9c0ef083488b471379bd4cb501a6d24a0.tar.bz2 otp-46779ac9c0ef083488b471379bd4cb501a6d24a0.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/inets/test/httpd_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpd_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_SUITE.erl b/lib/inets/test/httpd_SUITE.erl index 1efa78a63e..5dca76b76b 100644 --- a/lib/inets/test/httpd_SUITE.erl +++ b/lib/inets/test/httpd_SUITE.erl @@ -1919,7 +1919,7 @@ ticket_5865(Config) -> " HTTP/1.1\r\nHost:" ++Host++"\r\n\r\n", [{statuscode, 200}, - {no_last_modified, + {no_header, "last-modified"}]), ok; {error, Reason} -> |