Fix use of deflate output length.
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Sat, 2 Nov 2013 20:53:00 +0000 (18:53 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Sat, 2 Nov 2013 20:53:00 +0000 (18:53 -0200)
commit55f25c704d690159de79a7339285f2b269eb157e
tree77ee05f12b94f3b2b5fec738e658f98835e96a82
parent362c024e5441155516df499e1b899fa8f4da4020
Fix use of deflate output length.

avail_out has the remaining bytes in the buffer, not the number of bytes
output, which is found on total_out.
rnetclient.c