node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

Fixed type error when req.socket is undefined

Open cloetensbrecht opened this issue 2 years ago • 1 comments
trafficstars

When req.socket is undefined a type error occured, this error is fixed within this pull request. Fixed error - uncaughtException: TypeError: Cannot read properties of undefined (reading 'destroyed')

cloetensbrecht avatar Apr 23 '23 18:04 cloetensbrecht

Hey, good morning. I took the liberty of making a fork with almost 500 issues and 100 pull requests applied. If you want to check it out: https://github.com/squarecloudofc/http-proxy

JoaoOtavioS avatar Sep 29 '23 10:09 JoaoOtavioS