Changeset 1860

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

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/branches/0.8

    • Property svnmerge-integrated changed from /cherokee/trunk:1-1826,1842,1854,1857 to /cherokee/trunk:1-1826,1842,1854,1857,1859
  • cherokee/branches/0.8/ChangeLog

    r1858 r1860  
    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/branches/0.8/cherokee/thread.c

    r1814 r1860  
    10771077                                        continue; 
    10781078                                } 
    1079                                 if (http_type_300(conn->error_code)) { 
     1079                                if (!http_code_with_body (conn->error_code)) { 
    10801080                                        maybe_purge_closed_connection (thd, conn); 
    10811081                                        continue;