fix(types): MockAgent accepts ProxyAgent, EnvHttpProxyAgent and Retry… … e7ba1ae Uzlopak marked this pull request as ready for review August 23, 2024 23:46 Uzlopak mentioned this pull request Aug 23, 2024 MockAgent not compatible with ProxyAgent,EnvHttpProxyAgent,RetryAgent #3444 ...
Update HttpSysDelegator to support detaching from and re-initializing queues when the http.sys queue no longer exists#2426added support to detach from an existing queue when ERROR_OBJECT_NO_LONGER_EXISTS happens due to the owning process detaching from the queue. This works but there exists a r...