-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
host field in HTTP header is no longer limited to 31 charcters #2205
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add comments to the code to document how you arrived at that "+ 9/6" chars logic.
No documentation changes
Not anymore - we could/should have documented the limit you just removed 😜
this is just a bug fix
Not sure if it qualifies as a bug. Limiting to a (fairly small) fixed length seems questionable, though.
I had to revert it because this
ain't true. Please resubmit. |
yep. my bad
|
…cu#2205) * host field in HTTP header is no longer limited to 31 charcters * added description for magic values
nodemcu#2205)" (nodemcu#2208) This reverts commit d8d7381.
nodemcu#2205)" (nodemcu#2208) This reverts commit d8d7381.
nodemcu#2205)" (nodemcu#2208) This reverts commit d8d7381.
Fixes #2202
dev
branch rather than formaster
.see test cases in #2202