-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Expect should be a list header #203
Comments
ietf104: no concerns raised about adopting a list format |
I guess we then need to pull in the full old ABNF:
and then simplify it to:
...and then define that the only expection that exists is "100-continue" with no parameters... |
I wonder whether we can use |
From other header parsing tests I've done I'd expect the processing model to be "split on comma and strip whitespace" and then see if any resulting token is an ASCII-case-insensitive match for |
Expect should be a list header (#203)
This introduced a bug - "*parameter" does not work, as "parameter" does not include the ";" delimiter. |
fix parameter ABNF for "expect" - broken by previous change (#203)
This can now be closed, correct? |
Yes. |
In bis, we locked down
Expect
to a single value,100-continue
. That's probably a bug; it needs to act like a list header still, even though it only has one allowed value. We might have to define error handling here too.The text was updated successfully, but these errors were encountered: