Welcome! Log In Create A New Profile

Advanced

[nginx] FastCGI: fixed start pointers in request buffers.

Roman Arutyunyan
September 18, 2014 08:42AM
details: http://hg.nginx.org/nginx/rev/52b4984d2b3c
branches:
changeset: 5847:52b4984d2b3c
user: Roman Arutyunyan <arut@nginx.com>
date: Thu Sep 18 16:37:14 2014 +0400
description:
FastCGI: fixed start pointers in request buffers.

The start pointers are used in ngx_http_upstream_reinit() to
reinit FastCGI requests.

diffstat:

src/http/modules/ngx_http_fastcgi_module.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r cda4fcb9294c -r 52b4984d2b3c src/http/modules/ngx_http_fastcgi_module.c
--- a/src/http/modules/ngx_http_fastcgi_module.c Tue Sep 16 21:12:51 2014 +0400
+++ b/src/http/modules/ngx_http_fastcgi_module.c Thu Sep 18 16:37:14 2014 +0400
@@ -1129,6 +1129,7 @@ ngx_http_fastcgi_create_request(ngx_http

} else {
b->pos = pos;
+ b->start = pos;
pos += 32 * 1024;

if (pos >= body->buf->last) {

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] FastCGI: fixed start pointers in request buffers.

Roman Arutyunyan 454 September 18, 2014 08:42AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 168
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready