comparison src/http/ngx_http_request.h @ 5121:c0f7b94e88ba

Preliminary experimental support for SPDY draft 2.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 20 Mar 2013 10:36:57 +0000
parents 4d67b696388f
children 9d83ec073c51
comparison
equal deleted inserted replaced
5120:7956af6b6a02 5121:c0f7b94e88ba
427 off_t request_length; 427 off_t request_length;
428 428
429 ngx_uint_t err_status; 429 ngx_uint_t err_status;
430 430
431 ngx_http_connection_t *http_connection; 431 ngx_http_connection_t *http_connection;
432 #if (NGX_HTTP_SPDY)
433 ngx_http_spdy_stream_t *spdy_stream;
434 #endif
432 435
433 ngx_http_log_handler_pt log_handler; 436 ngx_http_log_handler_pt log_handler;
434 437
435 ngx_http_cleanup_t *cleanup; 438 ngx_http_cleanup_t *cleanup;
436 439