Changeset 620 for trunk/sx/io.c
- Timestamp:
- 05/07/08 01:15:08 (5 months ago)
- Files:
-
- 1 modified
-
trunk/sx/io.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sx/io.c
r531 r620 205 205 206 206 /* EOF if we got a 0-byte read from the socket */ 207 if(read == 0) 207 if(read == 0) { 208 208 /* they went away */ 209 _sx_buffer_free(in); 209 210 _sx_state(s, state_CLOSING); 210 211 211 else {212 } else { 212 213 _sx_debug(ZONE, "passed %d read bytes", in->len); 213 214
