changeset 5611:e7f7d30196e3 stable-1.4

SPDY: always check size of data to be saved into state buffer.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 18 Mar 2014 17:00:19 +0400
parents b246018860a2
children 636ce03634e7
files src/http/ngx_http_spdy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_spdy.c
+++ b/src/http/ngx_http_spdy.c
@@ -1465,7 +1465,7 @@ static u_char *
 ngx_http_spdy_state_save(ngx_http_spdy_connection_t *sc,
     u_char *pos, u_char *end, ngx_http_spdy_handler_pt handler)
 {
-#if (NGX_DEBUG)
+#if 1
     if (end - pos > NGX_SPDY_STATE_BUFFER_SIZE) {
         ngx_log_error(NGX_LOG_ALERT, sc->connection->log, 0,
                       "spdy state buffer overflow: "