mirror of
https://github.com/jackc/pgx.git
synced 2025-07-09 03:58:06 +00:00
When an message is received and a timeout occurs after reading the header but before reading the entire body the connection state could be corrupted due to the header being consumed. The next read would consider the body of the previous message as the header for the next. fixes #348
Description
Languages
Go
98.6%
HTML
1.2%
Shell
0.2%