Defines | |
| #define | REQUEST_NO_BODY 0 |
| #define | REQUEST_CHUNKED_ERROR 1 |
| #define | REQUEST_CHUNKED_DECHUNK 2 |
|
|
If chunked, remove the chunks for me. |
|
|
Send 411 error if body without Content-Length Definition at line 599 of file httpd.h. Referenced by isapi_handler(). |
|
|
Send 413 error if message has any body Definition at line 597 of file httpd.h. Referenced by AP_DECLARE_NONSTD(), ap_read_request(), and process_mkcol_body(). |