-
Notifications
You must be signed in to change notification settings - Fork 104
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
[RFC 7230] Expect header #533
Comments
Required for S3 operation, so crucial to deliver in this milestone |
Here is an investigation of how the Expect header is processed in Tempesta and Nginx: Tempesta:
Nginx:
Here is the tempesta tcpdump:
Here is the nginx tcp dump
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tempesta must properly implement large uploads using Expect header. See What Proxies Must Do, "5. Meet Expectations", for motivation.
There were ambiguity in RFC 2616 "8.2.1 Persistent Connections and Flow Control" regarding affecting Expect header on POST requests retrying, which lead to serious problems. RFC 7230 explicitly prohibit the statement in A.2.:
Expect must also correctly work for
Upgrade
header, see RFC 7230 6.7The text was updated successfully, but these errors were encountered: