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
Handle close_notify in ConnectionPoolHandler (#1841)
* Close on completion close event
* Add handling to OriginResponseReceiver
* Use a new status category
* Fix index
* Add unit test for ids being unique
* 504 is probably better than 500
* Switch to debug logging
* Use 502 for close_notify
Add new retry policy adjustment method (#1824)
* Add new retry policy adjustment method for when we have a response object
* Fix test
* Actually fix test
* Break out to separate method
* Fix tests