Changeset 657 for trunk/sx/error.c

Show
Ignore:
Timestamp:
09/08/08 22:01:49 (5 months ago)
Author:
smoku
Message:

Writing stream error to the wire before closing stream

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sx/error.c

    r156 r657  
    8484    /* stuff to write */ 
    8585    s->want_write = 1; 
     86 
     87        _sx_event(s, event_WANT_WRITE, NULL); 
    8688} 
    8789