SPDY: added a debug point to the state buffer overflow protection.

This commit is contained in:
Valentin Bartenev 2014-04-30 20:34:20 +04:00
parent 57e5c3e86d
commit 3f023a4193

View File

@ -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);
}