]> git.sesse.net Git - cubemap/commit
Fix serialization of Client::header_or_short_response_bytes_sent.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Dec 2018 00:21:50 +0000 (01:21 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Dec 2018 00:21:50 +0000 (01:21 +0100)
commit8a89a1e1e9880cc7ddbd76bb26d3e0755becd4b9
tree4482d2da1e25bff7e1cfe035263b99439be1ae06
parent18a554f90798ccc30999e387054a4a6fcc75a7ce
Fix serialization of Client::header_or_short_response_bytes_sent.

We used an uninitialized variable due to a typo. Found by Coverity Scan.
client.cpp