mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-11 13:46:09 +10:00
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.