]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow for "natural" usage of normal FCGI structs when logical, yet
authorJim Jagielski <jim@apache.org>
Mon, 9 Jan 2006 14:10:55 +0000 (14:10 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 9 Jan 2006 14:10:55 +0000 (14:10 +0000)
commit2e6caacc20d216bc2c95a045287d32bb0ce93604
tree0c7b127a0a81526b91499a3bec54643debe78078
parenta8f95ba3449a270afc7fc26615e21cb0806a5ec0
Allow for "natural" usage of normal FCGI structs when logical, yet
still correctly handle cases where we need to ship those structs
over the wire, by transforming them from FCGI structs to
unsigned char arrays. Place the logic of mapping that
struct to the arrays in distinct functions, isolating
them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@367300 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/fcgi_protocol.h
modules/proxy/mod_proxy_fcgi.c