Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check for EOF body in upstream influxdb listener
Throughout the influx parsing logic there are checks for receiving an EOF body. When received the parsing logic returns. When content is gzip we check for any error and return that error, but do not do any specific chesk for EOF. Fixes: #10900
- Loading branch information