]> granicus.if.org Git - apache/commit
Pull out "does request have a body" logic to a central
authorJim Jagielski <jim@apache.org>
Wed, 18 Aug 2010 14:30:50 +0000 (14:30 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 18 Aug 2010 14:30:50 +0000 (14:30 +0000)
commitb6c87a875041744774e7cd2790b9c344806bb4ec
tree24f7209bd7458203caf9222fad539da693022e26
parenta8b19fb99f0fc4f9bd6630db9ddf7d256b477ea3
Pull out "does request have a body" logic to a central
canon function and use that for the 100-Continue OK
check.

Should likely also start using this in the various
other places we do this "have body" check thruout
the codebase...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986699 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/httpd.h
modules/proxy/mod_proxy_http.c
server/util.c