Actions
Bug #12130
closedWEBrick::HTTPProxy closes connection when the socket is not writable temporally
Description
WEBrick::HTTPProxy#do_CONNECT
closes connection when Errno::EAGAIN
or Errno::WOULDBLOCK
occurred.
These exceptions will raise when the socket is not writable temporally.
I expect that the proxy will wait until the socket will be writable rather than closing the connection.
Files
Actions
Like0
Like0Like0Like0Like0