The official NGINX Open Source repository.
Go to file
Valentin Bartenev 536b5510d1 HTTP/2: refuse streams with data until SETTINGS is acknowledged.
A client is allowed to send requests before receiving and acknowledging
the SETTINGS frame.  Such a client having a wrong idea about the stream's
could send the request body that nginx isn't ready to process.

The previous behavior was to send RST_STREAM with FLOW_CONTROL_ERROR in
such case, but it didn't allow retrying requests that have been rejected.
2016-04-14 15:14:15 +03:00
auto Fixed spelling. 2016-04-07 11:50:13 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Fixed spelling. 2016-04-07 11:50:13 +03:00
docs nginx-1.9.14-RELEASE 2016-04-05 17:57:08 +03:00
misc Removed the prototype mysql module. 2016-03-31 22:33:26 +03:00
src HTTP/2: refuse streams with data until SETTINGS is acknowledged. 2016-04-14 15:14:15 +03:00
.hgtags release-1.9.14 tag 2016-04-05 17:57:08 +03:00