Searched refs:REQUEST_NO_BODY (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dhttpd.h688 #define REQUEST_NO_BODY 0 macro
889 * (eg. REQUEST_CHUNKED_ERROR, REQUEST_NO_BODY,
/httpd/modules/http/
H A Dhttp_filters.c1038 body = REQUEST_NO_BODY;
1485 * REQUEST_NO_BODY Send 413 error if message has any body
1541 if ((r->read_body == REQUEST_NO_BODY)
/httpd/server/
H A Dprotocol.c1036 r->read_body = REQUEST_NO_BODY;
1317 rnew->read_body = REQUEST_NO_BODY;
/httpd/modules/dav/main/
H A Dmod_dav.c2446 * close to this behavior by passing REQUEST_NO_BODY, but we need to
2454 r->read_body = REQUEST_NO_BODY;

Completed in 40 milliseconds