http://www.perlmonks.org?node_id=995826


in reply to Re^3: Strange blocking issue with HTTP::Daemon
in thread Strange blocking issue with HTTP::Daemon

HTTP::Daemon::ClientConn::get_request blocks until it has a correct request because that's what it is documented to do.

  • Comment on Re^4: Strange blocking issue with HTTP::Daemon