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>
Sun, 13 Jul 2008 15:29:26 +0000 (11:29 -0400)
commit4cdcf414dec822c11821a59a3d1346e33b98f3a1
treedf9db081226469f320af8673942338eb045162b7
parentd3d83d1f542352a61f3a895e7d1be8be6422cfaf
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