VictoriaMetrics/lib/protoparser
Aliaksandr Valialkin ed00eb3f33 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:08 +03:00
..
common lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data 2020-08-15 15:38:08 +03:00
csvimport Perform conversion from string to []byte according to rule #6 at https://golang.org/pkg/unsafe/#Pointer 2020-08-05 11:55:58 +03:00
graphite lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data 2020-08-15 15:38:08 +03:00
influx app/{vminsert,vmagent}: improve documentation for -influxListenAddr command-line flag 2020-08-14 18:04:44 +03:00
opentsdb lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data 2020-08-15 15:38:08 +03:00
opentsdbhttp lib/protoparser: clarify that the string passed to Unmarshal() function must remain available when the parsed rows are in use 2020-08-11 17:04:39 +03:00
prometheus lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data 2020-08-15 15:38:08 +03:00
promremotewrite lib/protoparser: fix metric name of unmarshal errors in promremotewrite (#607) 2020-07-08 14:18:41 +03:00
vmimport lib/protoparser: clarify that the string passed to Unmarshal() function must remain available when the parsed rows are in use 2020-08-11 17:04:39 +03:00