summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_upstream.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21Upstream: revised upstream response time variables.Vladimir Homutov1-9/+7
Variables now do not depend on presence of the HTTP status code in response. If the corresponding event occurred, variables contain time between request creation and the event, and "-" otherwise. Previously, intermediate value of the $upstream_response_time variable held unix timestamp.
2017-08-01Variables: macros for null variables.Ruslan Ermilov1-1/+1
No functional changes.
2016-09-22Upstream: max_conns.Ruslan Ermilov1-1/+19
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev1-2/+2
All the errors that prevent loading configuration must be printed on the "emerg" log level. Previously, nginx might silently fail to load configuration in some cases as the default log level is "error".
2016-09-02Stream: upstream response time variables.Vladimir Homutov1-0/+81
The $upstream_connect_time, $upstream_first_byte_time and $upstream_session_time variables keep corresponding times.
2016-09-02Stream: $upstream_bytes_sent and $upstream_bytes_received.Vladimir Homutov1-0/+63
2016-09-02Stream: the $upstream_addr variable.Vladimir Homutov1-1/+91
Keeps the full address of the upstream server. If several servers were contacted during proxying, their addresses are separated by commas, e.g. "192.168.1.1:80, 192.168.1.2:80".
2016-07-12Stream: style.Vladimir Homutov1-1/+1
2016-06-15Stream: added preconfiguration step.Vladimir Homutov1-0/+1
2016-03-23Stream: detect port absence in proxy_pass with IP literal.Roman Arutyunyan1-1/+1
This is a clone of http commit 26c127bab5ef.
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-4/+4
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov1-0/+2
2015-04-20Stream: port from NGINX+.Ruslan Ermilov1-0/+462