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

Watson Lite: Fix Headers Not Being Parsed Correctly #156

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

Conversation

SamsidParty
Copy link

Info

This fix to the watson lite header parsing code allows for header values to contain colons.
Previously, headers values would be ignored if they had colons in them.
This will help with parsing certain headers and will make it more in line with the HTTP/1.1 spec.

Motivation

Browsers usually sent a Host header to the server, which sometimes includes a colon to delimit the port number:
Host: 127.0.0.1:8080. Without this fix, the Host header is ignored. With this fix, the header is parsed correctly.

@SamsidParty
Copy link
Author

@dotnet-policy-service agree company="SamsidParty"

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.

1 participant