TaskHttpConnectionHandler.notifyIOException

Called when an IOWarning or IOError is caught. May be overridden by a subclass to be notified.

An IOWarning is thrown when a socket read/write operation results in an end-of-flow or hung-up condition, an IOError when an error event is triggered for a socket.

class TaskHttpConnectionHandler
protected
void
notifyIOException

Parameters

e ErrnoException

caught IOWarning or IOError

is_error bool

true: e was an IOError, false: e was an IOWarning

Meta