]> git.kaiwu.me - nginx.git/commit
Removed c->single_connection flag.
authorValentin Bartenev <vbart@nginx.com>
Thu, 7 Mar 2013 18:07:16 +0000 (18:07 +0000)
committerValentin Bartenev <vbart@nginx.com>
Thu, 7 Mar 2013 18:07:16 +0000 (18:07 +0000)
commita32d3f8b6b63672fd96ca5ffb82e3e2ee0719850
tree1ca78dab682bc7e2fa3e70a025f313eea09ffa0d
parent4815b3b2ee53687e60a6bf148aaf000a17a9a9b9
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.
src/core/ngx_connection.c
src/core/ngx_connection.h
src/http/ngx_http_request.c
src/http/ngx_http_upstream.c