Changeset 1896

Show
Ignore:
Timestamp:
08/25/08 12:04:54 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

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

    r1893 r1896  
     12008-08-25  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cherokee/http.h (http_method_with_input): PUT has also 
     4        input. Reported/Patched by Stefan de Konink <skinkie@xs4all.nl> 
     5 
    162008-08-21  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    27 
  • cherokee/trunk/cherokee/http.h

    r1709 r1896  
    151151#define http_method_with_body(m)  ((m != http_head) && (m != http_options)) 
    152152#define http_method_with_input(m) ((m == http_post)     || \ 
     153                                   (m == http_put)      || \ 
    153154                                   (m == http_mkcol)    || \ 
    154155                                   (m == http_search)   || \