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
Maxim Dounin 4abafc85d6 SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).
Previously, buffer size was not changed from the one saved during
initial ngx_ssl_create_connection(), even if the buffer itself was not
yet created.  Fix is to change c->ssl->buffer_size in the SNI callback.

Note that it should be also possible to update buffer size even in non-SNI
virtual hosts as long as the buffer is not yet allocated.  This looks
like an overcomplication though.
2017-02-02 20:29:16 +03:00
auto Configure: removed execute bit from auto/unix. 2017-02-01 20:04:06 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: added 'commentstring' for vim-commentary support. 2016-12-13 00:49:44 +01:00
docs nginx-1.11.9-RELEASE 2017-01-24 17:02:18 +03:00
misc Updated OpenSSL used for win32 builds. 2017-01-27 19:06:35 +03:00
src SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192). 2017-02-02 20:29:16 +03:00
.hgtags release-1.11.9 tag 2017-01-24 17:02:19 +03:00