Changeset 1859
- Timestamp:
- 08/18/08 23:10:28 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1857 r1859 1 1 2008-08-18 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 2 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 3 7 * cherokee/handler_dirlist.c: Adds a final slash whenever the list 4 8 entry is a directory, so next request does go through a cherokee/trunk/cherokee/thread.c
r1838 r1859 1080 1080 continue; 1081 1081 } 1082 if ( http_type_300(conn->error_code)) {1082 if (!http_code_with_body (conn->error_code)) { 1083 1083 maybe_purge_closed_connection (thd, conn); 1084 1084 continue;