From: Valentin Bartenev Date: Wed, 30 Apr 2014 16:34:20 +0000 (+0400) Subject: SPDY: added a debug point to the state buffer overflow protection. X-Git-Tag: release-1.7.1~16 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=3f023a419394ac82d5a8454673ac9e117856c4e4;p=nginx.git SPDY: added a debug point to the state buffer overflow protection. --- diff --git a/src/http/ngx_http_spdy.c b/src/http/ngx_http_spdy.c index 8bce18ebb..e53e3aa9f 100644 --- a/src/http/ngx_http_spdy.c +++ b/src/http/ngx_http_spdy.c @@ -1944,6 +1944,7 @@ ngx_http_spdy_state_save(ngx_http_spdy_connection_t *sc, ngx_log_error(NGX_LOG_ALERT, sc->connection->log, 0, "state buffer overflow: %uz bytes required", size); + ngx_debug_point(); return ngx_http_spdy_state_internal_error(sc); }