VictoriaMetrics/lib/protoparser/prometheus
Aliaksandr Valialkin d9f7ea1c6e lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data
The OS should return any buffered data in the stream without the need to set the read timeout.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/696
2020-08-15 15:38:35 +03:00
..
parser_test.go
parser_timing_test.go
parser.go
streamparser_test.go
streamparser.go