Changeset 620 for trunk/ChangeLog

Show
Ignore:
Timestamp:
05/07/08 01:15:08 (5 months ago)
Author:
markdoliner
Message:

Fix a potential memory leak when the remote host closes a TCP
connection. This may not actually be a problem in practice. If it
was it seems like we would have noticed it in valgrind before now
and fixed it already.

I'm also adding a note about my change from revision 619 to the
ChangeLog?, and changing the documentation in mio.h a little to hopefully
make it more clear.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r589 r620  
     12008-07-04 Mark Doliner <mark@meebo.com> 
     2        * Fix a potential memory leak when attempting to read from a socket that 
     3          has been closed. 
     4        * Improve the documentation for <max_fds> in the configuration files. 
     5 
    162008-05-20 Tomasz Sterna <tomek@xiaoka.com> 
    27        * Ported apr_base64.c from Apache httpd 2.2.8