You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs on the NIOTransportServices PR #184. The testStressGetClose() test fails.
It is related to NIOTS returning two errors when it tries to read off a closed channel. HTTPClient.Task.fail is called twice. This then causes connection.release() being called twice which messes up with the connection lease count.
The text was updated successfully, but these errors were encountered:
This occurs on the NIOTransportServices PR #184. The testStressGetClose() test fails.
It is related to NIOTS returning two errors when it tries to read off a closed channel. HTTPClient.Task.fail is called twice. This then causes connection.release() being called twice which messes up with the connection lease count.
The text was updated successfully, but these errors were encountered: