tests:webserver: be more rfc 1945 compliant in the server-header.
Michael
This commit is contained in:
parent
71f3721bb1
commit
abb2283e2e
@ -31,6 +31,8 @@ use Getopt::Long;
|
||||
use Pod::Usage;
|
||||
use Fcntl ':flock'; # import LOCK_* constants
|
||||
|
||||
my $VERSION = "0.1";
|
||||
|
||||
my $EOL = "\015\012";
|
||||
|
||||
my $port = 2345;
|
||||
@ -100,7 +102,7 @@ sub child_action($) {
|
||||
"------------------------------";
|
||||
|
||||
print $client "HTTP/1.0 200 OK$EOL";
|
||||
print $client "Server: Tinyproxy Test Web Server$EOL";
|
||||
print $client "Server: Tinyproxy-Test-Web-Server/$VERSION$EOL";
|
||||
print $client "Content-Type: text/html$EOL";
|
||||
print $client "$EOL";
|
||||
print $client "<html>$EOL";
|
||||
|
Loading…
Reference in New Issue
Block a user