# HG changeset patch # User Valentin Bartenev # Date 1398875660 -14400 # Node ID 2315886112302e81331c1a175dfd270751d734ed # Parent 9a95eb9f448b204100ffe299b15d8079aebb9bb6 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 --- 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_c 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); }