Commit 2e764691 authored by root's avatar root

Fixed warning

parent 49a7fcc9
......@@ -171,7 +171,7 @@ sub _accept_handler {
sub _try_read_headers {
my ( $self, $sock, undef ) = @_;
use warnings qw(io);
no warnings qw(io);
# FIXME add a timer to manage read timeouts
local $/ = "\012";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment