VictoriaMetrics/lib/protoparser/common
Dmytro Kozlov 1929d3bca9
lib/protoparser: handle unexpected EOF error when parsing lines in prometheus exposition format (#4851)
Previously only io.EOF was handled, and io.ErrUnexpectedEOF was ignored, but it may happen if the client interrupts the connection.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4817
(cherry picked from commit b7d07e5acf)
2023-08-18 08:56:27 +02:00
..
compress_reader.go
extra_labels_test.go fixed label values decoding for pushgateway compatibility (#4727) 2023-07-27 13:03:48 -07:00
extra_labels.go fixed label values decoding for pushgateway compatibility (#4727) 2023-07-27 13:03:48 -07:00
lines_reader_test.go lib/protoparser: handle unexpected EOF error when parsing lines in prometheus exposition format (#4851) 2023-08-18 08:56:27 +02:00
lines_reader.go lib/protoparser: handle unexpected EOF error when parsing lines in prometheus exposition format (#4851) 2023-08-18 08:56:27 +02:00
timestamp.go
unmarshal_work.go fix some typo (#3898) 2023-03-08 00:32:57 -08:00
vmproto_handshake.go