aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-fw-helper
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-08-18 16:15:03 -0400
committerNick Mathewson <nickm@torproject.org>2011-08-18 16:15:03 -0400
commitdf96aed14f67c9ffc2c4908add7079a0424d7cbb (patch)
tree5823516273a9b2f69b915e6e3664f04e2596819d /src/tools/tor-fw-helper
parent263d68aa82e77026e2a34c07152435b0c31feb0e (diff)
downloadtor-df96aed14f67c9ffc2c4908add7079a0424d7cbb.tar
tor-df96aed14f67c9ffc2c4908add7079a0424d7cbb.tar.gz
Remove warning about a loop parsing evbuffer socks
This behavior is normal when we want more data than the evbuffer actually has for us. We'll ask for (say) 7 bytes, get only 5 (because that's all there is), try to parse the 5 bytes, and get told "no, I want 7". One option would be to bail out early whenever want_length is > buflen, but sometimes we use an over-large want_length. So instead, let's just remove the warning here: it's not a bug after all.
Diffstat (limited to 'src/tools/tor-fw-helper')
0 files changed, 0 insertions, 0 deletions