Changeset 7432 for trunk/libtransmission/peer-io.c
- Timestamp:
- Dec 17, 2008, 1:29:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-io.c
r7419 r7432 808 808 canReadWrapper( io, res, io ); 809 809 810 if( ( res <= 0 ) && ( io->gotError ) && ( errno != EAGAIN ) && ( errno != EINTR ) )810 if( ( res <= 0 ) && ( io->gotError ) && ( errno != EAGAIN ) && ( errno != EINTR ) && ( errno != EINPROGRESS ) ) 811 811 { 812 812 short what = EVBUFFER_READ | EVBUFFER_ERROR;
Note: See TracChangeset
for help on using the changeset viewer.