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

Expect comparsion should be case insensitive #101

Merged
merged 1 commit into from Jul 25, 2014

Conversation

oschwald
Copy link
Contributor

From RFC 2616:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20

"Comparison of expectation values is case-insensitive for unquoted
tokens (including the 100-continue token), and is case-sensitive for
quoted-string expectation-extensions."

From RFC 7231:

http://tools.ietf.org/html/rfc7231#section-5.1.1

"The Expect field-value is case-insensitive."

From RFC 2616:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20

"Comparison of expectation values is case-insensitive for unquoted
tokens (including the 100-continue token), and is case-sensitive for
quoted-string expectation-extensions."

From RFC 7231:

http://tools.ietf.org/html/rfc7231#section-5.1.1

"The Expect field-value is case-insensitive."
miyagawa added a commit that referenced this pull request Jul 25, 2014
Expect comparsion should be case insensitive
@miyagawa miyagawa merged commit fa12a20 into miyagawa:master Jul 25, 2014
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.

None yet

2 participants