http_response: override req.Host header properly

closes #1198
This commit is contained in:
Cameron Sparr
2016-05-19 12:08:25 +01:00
parent 2e68bd1412
commit f176c28a56
3 changed files with 35 additions and 26 deletions

View File

@@ -11,6 +11,7 @@
- [#1195](https://github.com/influxdata/telegraf/pull/1195): Docker panic on timeout. Thanks @zstyblik!
- [#1211](https://github.com/influxdata/telegraf/pull/1211): mongodb input. Fix possible panic. Thanks @kols!
- [#1228](https://github.com/influxdata/telegraf/pull/1228): Fix service plugin host tag overwrite.
- [#1198](https://github.com/influxdata/telegraf/pull/1198): http_response: override request Host header properly
## v0.13 [2016-05-11]