jaricftw

Results 4 issues of jaricftw

This will be used on the caller side to log/print the return code as string

We see rocksplicator based applications leaking CLOSE_WAIT sockets, which is typically due to applications not closing its own sockets properly after the connection has been closed by the remote server....

The default HTTP2 transport `ClientConnPool` uses `ClientConn.closeIfIdle()`. Exporting the method so that a user-provided `ClientConnPool` can use that as well.

cla: yes

http2 transport allows stub of `ClientConnPool`, but both `clientConnPoolIdleCloser` interface and its `closeIdleConnections()` method are private. This makes the stubbed `ClientConnPool` implementation not able to implement `closeIdleConnections()`. As a result,...

cla: yes