Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix upstream_response_time parsing with colon in value (#267)
The fix for correct parsing of multiple values in upstream_response_time applied in #221 was only partial, as it accounts only for commas, but the value can also contain colons as separators, when the request goes through an internal redirect. See the description for '$upstream_addr' in https://nginx.org/en/docs/http/ngx_http_upstream_module.html for more info. Co-authored-by: Jan Kral <[email protected]>
- Loading branch information