In chat()'s receive-data loop, skip the socket_is_still_alive(csp->cfd) check if...
authorFabian Keil <fk@fabiankeil.de>
Sun, 2 Jan 2011 11:57:45 +0000 (11:57 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 2 Jan 2011 11:57:45 +0000 (11:57 +0000)
commit32625bac711ac9601fea6a64ba278259f0eb89e9
tree10205e672ccb2927397aafefb7c6e342ffe00ce7
parentf1bdfcc8708cb7ab462d36ab2878add957a5f5fa
In chat()'s receive-data loop, skip the socket_is_still_alive(csp->cfd) check if we aren't buffering.

As Lee noticed, the check can measurable affect the performance.
jcc.c