Changeset 1557
- Timestamp:
- 06/16/08 19:48:52 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/connection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1556 r1557 1 1 2008-06-16 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/connection.c (get_encoding): Better encoder header 4 management. There were some times when it was not encoding because 5 it did not parse the header correctly. 2 6 3 7 * cherokee/thread.c (process_polling_connections) cherokee/trunk/cherokee/connection.c
r1441 r1557 1021 1021 1022 1022 do { 1023 while (*i1 == ' ') i1++; 1024 1023 1025 i2 = strchr (i1, ','); 1024 1026 if (!i2) i2 = strchr (i1, ';');