mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
6a2255abe7
It is conventionally common for the X-Forwarded-For header to contain a comma-separated list of IP addresses, with each intermediate proxy adding an additional item as a request passes through it. This change makes the web framework handle this case appropriately, always selecting the first item in the list. |
||
---|---|---|
.. | ||
webtest | ||
binding_test.go | ||
binding.go | ||
context.go | ||
inject.go | ||
macaron.go | ||
render.go | ||
response_writer_test.go | ||
response_writer.go | ||
router.go | ||
tree.go | ||
web.go |