in reply to (tye)Re: HTTP::Daemon and broken pipes
in thread HTTP::Daemon and broken pipes

Thanks Tye.

Actually, I am testing over the local loopback, so this may explain the SIGPIPEs. But assume I do ignore SIGPIPE, I still wonder how to stop getting continual "could not connect errors". I remember IO::Socket has a listen method... can I call this on HTTP::Daemon to allow it to queue connections? I'll try it.

dave hj~

  • Comment on Re: (tye)Re: HTTP::Daemon and broken pipes