telegraf/plugins/parsers/influx
Cameron Sparr 097b1e09db http listener refactor
in this commit:

- chunks out the http request body to avoid making very large
  allocations.
- establishes a limit for the maximum http request body size that the
  listener will accept.
- utilizes a pool of byte buffers to reduce GC pressure.
2016-10-24 18:17:49 +01:00
..
parser.go http listener refactor 2016-10-24 18:17:49 +01:00
parser_test.go Implementing generic parser plugins and documentation 2016-02-08 21:08:44 -07:00