3
0
mirror of https://github.com/nginx/nginx.git synced 2024-12-26 08:51:03 -06:00
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
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