Changeset 1896
- Timestamp:
- 08/25/08 12:04:54 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/http.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1893 r1896 1 2008-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 1 6 2008-08-21 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 7 cherokee/trunk/cherokee/http.h
r1709 r1896 151 151 #define http_method_with_body(m) ((m != http_head) && (m != http_options)) 152 152 #define http_method_with_input(m) ((m == http_post) || \ 153 (m == http_put) || \ 153 154 (m == http_mkcol) || \ 154 155 (m == http_search) || \