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
Remove pausing code from http proxy logic
This was causing corruption in proxied HTTP request bodies, maybe
because of the combination of "buffer" and pausing which both are
trying to do the same thing.