mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
SPDY: added a debug point to the state buffer overflow protection.
This commit is contained in:
parent
57e5c3e86d
commit
3f023a4193
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user