Changeset 1557

Show
Ignore:
Timestamp:
06/16/08 19:48:52 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

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

    r1556 r1557  
    112008-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. 
    26 
    37        * cherokee/thread.c (process_polling_connections) 
  • cherokee/trunk/cherokee/connection.c

    r1441 r1557  
    10211021 
    10221022        do { 
     1023                while (*i1 == ' ') i1++; 
     1024 
    10231025                i2 = strchr (i1, ','); 
    10241026                if (!i2) i2 = strchr (i1, ';');