|
@@ -882,17 +882,6 @@ Index: nginx-1.4.7/src/http/ngx_http_request.c
|
882
|
882
|
|
883
|
883
|
#if (NGX_HTTP_SSL)
|
884
|
884
|
|
885
|
|
-@@ -1291,6 +1368,10 @@ ngx_http_read_request_header(ngx_http_re
|
886
|
|
- c = r->connection;
|
887
|
|
- rev = c->read;
|
888
|
|
-
|
889
|
|
-+fprintf(stderr, "DEBUG: pos: %p, last: %p, start: %p, end: %p\n",
|
890
|
|
-+ r->header_in->pos, r->header_in->last, r->header_in->start,
|
891
|
|
-+ r->header_in->end);
|
892
|
|
-+
|
893
|
|
- n = r->header_in->last - r->header_in->pos;
|
894
|
|
-
|
895
|
|
- if (n > 0) {
|
896
|
885
|
Index: nginx-1.4.7/src/http/ngx_http_upstream.c
|
897
|
886
|
===================================================================
|
898
|
887
|
--- nginx-1.4.7.orig/src/http/ngx_http_upstream.c
|