changeset 5695:231588611230

SPDY: added a debug point to the state buffer overflow protection.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 30 Apr 2014 20:34:20 +0400
parents 9a95eb9f448b
children 19a14a484707
files src/http/ngx_http_spdy.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }