in reply to Re: Large HTTPS POST hangs with HTTP::Daemon::SSL
in thread Large HTTPS POST hangs with HTTP::Daemon::SSL
use HTTP::Daemon; use HTTP::Daemon::SSL;
BEGIN {
no strict;
*{"HTTP::Daemon::ClientConn::select"} = \&HTTP::Daemon::SSL::select;
}
must execute before use HTTP::Daemon.
|
|---|