]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Clean up record header parsing a bit. This may fix the problems some
authorGarrett Rooney <rooneg@apache.org>
Wed, 4 Jan 2006 03:51:58 +0000 (03:51 +0000)
committerGarrett Rooney <rooneg@apache.org>
Wed, 4 Jan 2006 03:51:58 +0000 (03:51 +0000)
commit17fe7b54b5957b9b65b7ef2434169969798317c4
tree4f4b5397141b7cef78db43ffd23cfa379edb7aa1
parent8a1d921e23c9ace3a483851efb195a0de2ef9f55
Clean up record header parsing a bit.  This may fix the problems some
people have seen where rid != request_id.

* modules/proxy/mod_proxy_fcgi.c
  (dispatch): Stop initializing things we're just going to assign over
   them later, initialize all of the rid and clen variables, and fix a
   warning from passing an unsigned char array into apr_socket_recv by
   adding a cast to char *.

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