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

new test: early response #9

Open
Geal opened this issue Oct 3, 2018 · 0 comments
Open

new test: early response #9

Geal opened this issue Oct 3, 2018 · 0 comments

Comments

@Geal
Copy link
Member

Geal commented Oct 3, 2018

  • the client wants to send a huge file (we can just make up an infinite stream of data)
  • the server answers early with a 401 (it does not wait until it gets the whole file to send the response)
  • we check that the client receives the response while it is still sending data

this is a way for some servers to stop big uploads if the client did not send a Expect: 100-continue in its request headers

@NotBad4U NotBad4U added this to the first test suite milestone Oct 5, 2018
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

No branches or pull requests

2 participants