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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
At HttpGatewayAcceptor when client is being connected and not yet received response, at this moment client can disconnect or connection can be closed but the stream of service call is being left untouched, i.e. client disappears but resource is occupied.
On http client close we must dispose stream produced by service call and free resources on service side.
The text was updated successfully, but these errors were encountered:
At
HttpGatewayAcceptor
when client is being connected and not yet received response, at this moment client can disconnect or connection can be closed but the stream of service call is being left untouched, i.e. client disappears but resource is occupied.On http client close we must dispose stream produced by service call and free resources on service side.
The text was updated successfully, but these errors were encountered: