Skip to content

Commit eeca495

Browse files
committed
-ge 400 instead
git-svn-id: https://svn.apache.org/repos/asf/httpd/test/framework/trunk@1933338 13f79535-47bb-0310-9956-ffa450edef68
1 parent b030b54 commit eeca495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/modules/proxy_fcgi.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ sub run_fcgi_envvar_request
154154
}
155155

156156
if(defined($fcgi_port)) {
157-
if ($r->code ge '399') {
157+
if ($r->code ge '400') {
158158
# Unknown failure, probably the request didn't hit the FCGI child
159159
# process, so it will hang waiting for our request
160160
kill 'TERM', $child;

0 commit comments

Comments
 (0)