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
Use an EventEmitter to replay failed proxy connect HTTP requests (#77)
* Use an `EventEmitter` to replay failed proxy connect HTTP requests
This is a fix for https://hackerone.com/reports/541502.
Aborts the upstream proxy connection and instead uses a vanilla
`EventEmitter` instance to replay the "data" events on to. This way,
the node core `http` Client doesn't attempt to write the HTTP request
that is intended to go to the destination server to the proxy server.
Closes#76.
* Adjust comment
2 commit comments
jaimeborjas commentedon Apr 17, 2020
Security fixes
donurukiran commentedon Apr 17, 2020
done with few security issues