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


in reply to Large HTTPS POST hangs with HTTP::Daemon::SSL

Hmmm ... well this is just odd and I do don't know the full reason but it appears to be blocking on the select in HTTP::Daemon::ClientConn::_need_more method. Removing the Timeout from the HTTP::Daemon::SSL constructor enables you to avoid the select here and the large requests pass through fine.

-derby
  • Comment on Re: Large HTTPS POST hangs with HTTP::Daemon::SSL