diff options
author | Micael Karlberg <[email protected]> | 2011-03-10 11:24:15 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-10 11:24:15 +0100 |
commit | 06b742fd9fcdbff2cec092565d920462335cfbc0 (patch) | |
tree | 2e44eae6cb7720f3f2b561cae2664c2bb12e09bb /lib/inets/test/httpd_mod.erl | |
parent | 52b0134e8f7b871051af9be6cb7354553a0f72cd (diff) | |
download | otp-06b742fd9fcdbff2cec092565d920462335cfbc0.tar.gz otp-06b742fd9fcdbff2cec092565d920462335cfbc0.tar.bz2 otp-06b742fd9fcdbff2cec092565d920462335cfbc0.zip |
Removed email address.
Diffstat (limited to 'lib/inets/test/httpd_mod.erl')
-rw-r--r-- | lib/inets/test/httpd_mod.erl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/inets/test/httpd_mod.erl b/lib/inets/test/httpd_mod.erl index f2c1fd6a65..1754cec7bc 100644 --- a/lib/inets/test/httpd_mod.erl +++ b/lib/inets/test/httpd_mod.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2005-2010. All Rights Reserved. +%% Copyright Ericsson AB 2005-2011. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -19,7 +19,6 @@ %% -module(httpd_mod). --author('[email protected]'). -include("test_server.hrl"). -include("test_server_line.hrl"). @@ -815,6 +814,8 @@ esi(Type, Port, Host, Node) -> [{statuscode, 302}, {version, "HTTP/1.0"}]), ok. + + %%-------------------------------------------------------------------- get(Type, Port, Host, Node) -> ok = httpd_test_lib:verify_request(Type, Host, Port, Node, |