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

Fix for uncaught typeError (Issue 197) #198

Closed
wants to merge 1 commit into from

Conversation

ShaunK
Copy link

@ShaunK ShaunK commented Dec 19, 2013

The request library will return an undefined response object if a request response has a 0 length (see request/request#414). This causes node-soap to return an uncaught typeError exception, immediately killing the node process, since it doesn't check if the response object is undefined before trying to retrieve the headers from it.

The request library will return an undefined response object if a request response has a 0 length (see request/request#414). This causes node-soap to return an uncaught typeError exception, immediately killing the node process, since it doesn't check if the response object is undefined before trying to retrieve the headers from it.
@chaliy
Copy link

chaliy commented Dec 24, 2013

Where to vote this pull request to be applied?

@matogertel
Copy link

+1!

@aheckmann
Copy link
Contributor

Closing, unmergeable and missing a test. Please reopen after a rebase and tests are added.

@aheckmann aheckmann closed this Jan 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants