Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed type error when req.socket is undefined #1634

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cloetensbrecht
Copy link

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')

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 cloetensbrecht changed the title Update web-incoming.js Fixed type error when req.socket is undefined Apr 23, 2023
@JoaoOtavioS
Copy link

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

Denoder added a commit to refactorjs/http-proxy that referenced this pull request Oct 22, 2023
Added Pull Request from:
 - http-party/node-http-proxy#1634
- http-party/node-http-proxy#1638
- http-party/node-http-proxy#1650

fix tests that were having issues with the ports (if it fails the tests needs to be reran, seems to be an async issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants