Commit 19b16863 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Temporary hack to allow testing to continue. Interesting that

other FCGI modules (like mod_fcgid) don't bother to test
the return request_id... 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@365387 13f79535-47bb-0310-9956-ffa450edef68
parent af9a2e0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -491,8 +491,10 @@ static apr_status_t dispatch(proxy_conn_rec *conn, request_rec *r,
                ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server,
                             "proxy: FCGI: Got bogus rid %d, expected %d",
                             rid, request_id);
#if defined(RID_MISMATCH_IS_TERMINAL_ERROR)
                rv = APR_EINVAL;
                break;
#endif
            }

            clen |= rheader.contentLengthB1 << 8;