aboutsummaryrefslogtreecommitdiff
path: root/src/mysql/ngx_http_mysql_test.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2013-02-27 17:21:21 +0000
committerValentin Bartenev <vbart@nginx.com>2013-02-27 17:21:21 +0000
commitd281d0ba8b779b591e96ef237ff149e3d521264f (patch)
treefc7534926b1d84f131b2dcfc3c885e62c003926a /src/mysql/ngx_http_mysql_test.c
parent167aabf2b365073c383a7b80521a90f87d6e0a69 (diff)
downloadnginx-d281d0ba8b779b591e96ef237ff149e3d521264f.tar.gz
nginx-d281d0ba8b779b591e96ef237ff149e3d521264f.zip
SSL: do not treat SSL handshake as request.
The request object will not be created until SSL handshake is complete. This simplifies adding another connection handler that does not need request object right after handshake (e.g., SPDY). There are also a few more intentional effects: - the "client_header_buffer_size" directive will be taken from the server configuration that was negotiated by SNI; - SSL handshake errors and timeouts are not logged into access log as bad requests; - ngx_ssl_create_connection() is not called until the first byte of ClientHello message was received. This also decreases memory consumption if plain HTTP request is sent to SSL socket.
Diffstat (limited to 'src/mysql/ngx_http_mysql_test.c')
0 files changed, 0 insertions, 0 deletions