From 2a5c4e938da75131d89bd9ed8ae580d41a2842be Mon Sep 17 00:00:00 2001 From: Unbit Date: Tue, 12 Mar 2013 15:57:44 +0100 Subject: [PATCH] fixed requets overwrite in PATH_INFO rewrite (fixed typo) --- core/protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/protocol.c b/core/protocol.c index 7c5033a2..337d86ca 100644 --- a/core/protocol.c +++ b/core/protocol.c @@ -963,9 +963,9 @@ int uwsgi_hooked_parse_array(char *buffer, size_t len, void (*hook) (uint16_t, c /* -the followign functions need to take in account that POST data could be already available in wsgi_req->buffer (generally when uwsgi protocol is in use) +the following functions need to take in account that POST data could be already available in wsgi_req->buffer (generally when uwsgi protocol is in use) -In such a case, allocate a proto purser_buf and move data there +In such a case, allocate a proto_parser_buf and move data there */