Skip to content

Commit

Permalink
fixed requets overwrite in PATH_INFO rewrite (fixed typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Mar 12, 2013
1 parent 274eae2 commit 2a5c4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/protocol.c
Expand Up @@ -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
*/

Expand Down

0 comments on commit 2a5c4e9

Please sign in to comment.