VictoriaMetrics/lib/protoparser/native
Nikolay fe01f4803d
lib/protoparser/native: fixes parseStream dead-lock (#2423)
previously, if native block cannot be unmarshaled, wg.Done wasn't called by unmarshal work.
It leads to connection blocking and possible dead-lock at client side
2022-04-11 19:22:24 +03:00
..
streamparser.go lib/protoparser/native: fixes parseStream dead-lock (#2423) 2022-04-11 19:22:24 +03:00