Changeset 123

Show
Ignore:
Timestamp:
03/10/08 02:40:58 (9 months ago)
Author:
msergeant
Message:

Don't keep watching for write after all writing is completed OK

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGES

    r120 r123  
    11   -- restructure tree to be more "normal", with lib/ directory 
     2 
     31.59 
     4   -- Don't keep watching for write after all writing is completed OK 
     5      (Dave Leadbeater) 
    26 
    371.58 
  • trunk/lib/Danga/Socket.pm

    r121 r123  
    10641064            $self->{write_buf_offset} = 0; 
    10651065 
     1066            $self->watch_write(0) if $self->{event_watch} & POLLOUT; 
     1067 
    10661068            # this was our only write, so we can return immediately 
    10671069            # since we avoided incrementing the buffer size or