diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2014-04-30 20:34:20 +0400 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2014-04-30 20:34:20 +0400 |
| commit | 3f023a419394ac82d5a8454673ac9e117856c4e4 (patch) | |
| tree | cb9a4c76b4e9d781963b946795ab1c2e40bfc45c /src | |
| parent | 57e5c3e86ddfd99f4bca5be18528f9613a03023a (diff) | |
| download | nginx-3f023a419394ac82d5a8454673ac9e117856c4e4.tar.gz nginx-3f023a419394ac82d5a8454673ac9e117856c4e4.tar.bz2 | |
SPDY: added a debug point to the state buffer overflow protection.
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/ngx_http_spdy.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
