client-native icon indicating copy to clipboard operation
client-native copied to clipboard

BUG/MINOR Detect partial read from socket

Open jaredcurtis opened this issue 4 years ago • 0 comments

It's possible if an external process causes a reload/restart of HAProxy that the data from the socket will be truncated. If it is not trucated on a new line then other functions processing the results will have malformed data and likely cause a panic.

Resolves haproxytech/client-native#44

jaredcurtis avatar Sep 21 '20 23:09 jaredcurtis