Changeset 1859

Show
Ignore:
Timestamp:
08/18/08 23:10:28 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1857 r1859  
    112008-08-18  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    22 
     3        * cherokee/thread.c: Fixes an issue of redirections replies over 
     4        Keepalive connections. This regression was introducced right 
     5        before releasing 0.8.0. 
     6         
    37        * cherokee/handler_dirlist.c: Adds a final slash whenever the list 
    48        entry is a directory, so next request does go through a 
  • cherokee/trunk/cherokee/thread.c

    r1838 r1859  
    10801080                                        continue; 
    10811081                                } 
    1082                                 if (http_type_300(conn->error_code)) { 
     1082                                if (!http_code_with_body (conn->error_code)) { 
    10831083                                        maybe_purge_closed_connection (thd, conn); 
    10841084                                        continue;