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 issue OPTIONS parsing issue #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

byoungdale
Copy link
Contributor

I think this should fix the issue reported in 112. The issue with the OPTIONS request is that there is a carriage return on the last line, which makes the loop here go one more time with empty data, which causes r to be undefined and the whole function returns undefined.

You'll notice I added the OPTIONS header as a plain variable in the test, but we will need to do is add the extra carriage return OPTIONS to the sip-message-examples repo to get the test passing correctly for the current setup. I already made a pull request for that davehorton/sip-message-examples#3. Once that is merged, I can update the test so it uses the message from sip-message-examples.

@davehorton
Copy link
Collaborator

you can update to [email protected] now

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.

2 participants