]> git.kaiwu.me - nginx.git/commitdiff
SPDY: added a debug point to the state buffer overflow protection.
authorValentin Bartenev <vbart@nginx.com>
Wed, 30 Apr 2014 16:34:20 +0000 (20:34 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 30 Apr 2014 16:34:20 +0000 (20:34 +0400)
src/http/ngx_http_spdy.c

index 8bce18ebb3de0096a595d12a3be749ca4f7ebabd..e53e3aa9f2ab0040c007e6f9f24733d2939f8d35 100644 (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);
     }