-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add quirk for missing space in continue req command #639
Conversation
16f32c7
to
72a036f
Compare
Pull Request Test Coverage Report for Build 13673990768Details
💛 - Coveralls |
72a036f
to
95dc4dc
Compare
Hey, thanks for the PR! Somehow missed this one, sorry. Do we want to allow |
This is a very good question. I would say we only encountered Why GitHub complains about blocked merge?
But this branch does only contain one simple commit… |
Does it? I can click on Rebase and merge... |
Weird... but do you want to adapt to only allow |
Oh I see what you mean. In my mind it was more "this PR only makes the space after |
I would also prefer to have minimal quirks but would also merge as is when the alternative is more complicated. I'll let you decide if you want to give the more minimal approach a try or prefer to be quick here :-) We can also make a reminder to tighten up later if we feel like it. There should be no harm done either way. |
It now only parses empty continuation requests `+\r\n`. Refs: duesee#639
I opted for the smaller scope. Ready for another review! |
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.
Less code and tighter! Awesome, thanks!
Fixes #638.