comparison src/http/ngx_http_parse.c @ 5104:93713d4b99c3

Removed c->single_connection flag. The c->single_connection was intended to be used as lock mechanism to serialize modifications of request object from several threads working with client and upstream connections. The flag is redundant since threads in nginx have never been used that way.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 07 Mar 2013 18:07:16 +0000
parents 1c9d8b6523c0
children c0f7b94e88ba
comparison
equal deleted inserted replaced
5103:05a56ebb084a 5104:93713d4b99c3