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
Fix http request handling (#642)
* Avoid to call filterResponse twice for the same request
* Let the client close the connection when it specifies the Connection: close header
* Remove explicit set of Close to false, since it's unnecessary
Cancel MITM request context when its handling finishes (#634)
* Cancel HTTP MITM request context when we have finished with the request processing
* Cancel HTTPS MITM request context when we have finished with the request processing
* Save most recent request in proxy context