FreeBSD Bugzilla – Attachment 204294 Details for
Bug 237817
www/mod_evasive: test.pl doesn't work as expected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix this issue
test.pl.diff (text/plain), 434 bytes, created by
HATANO Tomomi
on 2019-05-09 21:19:40 UTC
(
hide
)
Description:
patch to fix this issue
Filename:
MIME Type:
Creator:
HATANO Tomomi
Created:
2019-05-09 21:19:40 UTC
Size:
434 bytes
patch
obsolete
>--- test.pl.orig 2019-05-10 05:58:17.910284000 +0900 >+++ test.pl 2019-05-10 05:52:04.663130000 +0900 >@@ -10,7 +10,7 @@ > my($SOCKET) = new IO::Socket::INET( Proto => "tcp", > PeerAddr=> "127.0.0.1:80"); > if (! defined $SOCKET) { die $!; } >- print $SOCKET "GET /?$_ HTTP/1.0\n\n"; >+ print $SOCKET "GET /?$_ HTTP/1.0\r\n\r\n"; > $response = <$SOCKET>; > print $response; > close($SOCKET);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237817
:
204294
|
204596