Hi Christopher,
Christopher Zimmermann wrote:
> Hi, here's a way to reproduce this bug:
>
> print <<"EOF";
> Content-type: text/plain
>
> Hello, World!
> EOF
> __
> HTTP/1.0 200 OK
> Content-type: text/plain
> Hallo, Welt!
> ^^
A fix seems to be
Hi, here's a way to reproduce this bug:
Start bozohttpd with cgi support for perl:
bozohttpd -C .pl /usr/bin/perl
Host the following perl script:
__/foo.pl_
#!/usr/bin/perl -w
use strict;
print <<"EOF";
Content-type: text/plain
Hello, World!
EOF
^^
Notice
2 matches
Mail list logo