Fix bug with httpjson client pointer receiver

fixes #859
This commit is contained in:
Cameron Sparr
2016-03-16 10:20:52 -06:00
parent 18fff4a3f5
commit 035e4cf90a
3 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
## v0.11.1 [unreleased]
### Features
### Bugfixes
- [#852](https://github.com/influxdata/telegraf/issues/852): Windows zip package fix
- [#859](https://github.com/influxdata/telegraf/issues/859): httpjson plugin panic
## v0.11.0 [2016-03-15]
### Release Notes