Fixing a bug in -[SocketWrapper receive] that could miss up to the last 8 bytes of...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jul 2008 16:43:38 +0000 (12:43 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 14 Jul 2008 12:55:54 +0000 (08:55 -0400)
commit8d11766fca058ad4be3340064aa16e9f6c14a6e3
tree51e33055fa1b36310b9e44e1012f97daae90f3a5
parentc7266205f3515aee5b32f07cc707286f19480a31
Fixing a bug in -[SocketWrapper receive] that could miss up to the last 8 bytes of a response

* Source/SocketWrapper.m:
(receive): A multi-packet response could be incomplete by a difference of 8 bytes because we didn't factor in packetLength when counting
Source/SocketWrapper.m