Add a call to NSAssert() to stop us if we receive incomplete packets from SocketWrapper
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jul 2008 15:29:26 +0000 (11:29 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 14 Jul 2008 12:55:54 +0000 (08:55 -0400)
commitc7266205f3515aee5b32f07cc707286f19480a31
tree2839228b160ea63b016396072861ee82b1797b49
parent8ddf4e5beafde2fb2956de866737640cd62b717b
Add a call to NSAssert() to stop us if we receive incomplete packets from SocketWrapper

* Source/SocketWrapper.m:
(receive): Assert that the packet is a complete XML document
Source/SocketWrapper.m