Commit 19b61397 authored by root's avatar root

added use warnings qw(io) in Twiggy::Server

parent 2d22ede3
...@@ -171,6 +171,8 @@ sub _accept_handler { ...@@ -171,6 +171,8 @@ sub _accept_handler {
sub _try_read_headers { sub _try_read_headers {
my ( $self, $sock, undef ) = @_; my ( $self, $sock, undef ) = @_;
use warnings qw(io);
# FIXME add a timer to manage read timeouts # FIXME add a timer to manage read timeouts
local $/ = "\012"; 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