summaryrefslogtreecommitdiffhomepage
path: root/src/stream (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov3-12/+2
The http and stream versions of this macro were identical.
2015-04-22Stream: prevent repeated event notifications after eof.Roman Arutyunyan1-1/+4
When client or upstream connection is closed, level-triggered read event remained active until the end of the session leading to cpu hog. Now the flag NGX_CLOSE_EVENT is used to unschedule the event.
2015-04-22Upstream: allow multiple upstreams to use the same shared zone.Ruslan Ermilov1-42/+56
2015-04-21Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov1-22/+8
Now that peers are stored as a list, the weighted and unweighted cases became nearly identical.
2015-04-20Stream: port from NGINX+.Ruslan Ermilov14-0/+5925