From b863002add1e610e4778c7168a1a5e8d936ce500 Mon Sep 17 00:00:00 2001 From: robs Date: Thu, 3 May 2001 22:04:17 +0000 Subject: [PATCH] Cleanup the STATE vs. JOB naming (UNIX). --- mod_fastcgi.c | 4 ++-- mod_fastcgi.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mod_fastcgi.c b/mod_fastcgi.c index 7ffc188..948e20f 100644 --- a/mod_fastcgi.c +++ b/mod_fastcgi.c @@ -3,7 +3,7 @@ * * Apache server module for FastCGI. * - * $Id: mod_fastcgi.c,v 1.113 2001/05/03 22:06:29 robs Exp $ + * $Id: mod_fastcgi.c,v 1.112 2001/05/03 22:04:17 robs Exp $ * * Copyright (c) 1995-1996 Open Market, Inc. * @@ -741,7 +741,7 @@ static void close_connection_to_fs(fcgi_request *fr) if (fr->dynamic) { if (fr->keepReadingFromFcgiApp == FALSE) { - /* XXX FCGI_REQUEST_COMPLETE_JOB is only sent for requests which complete + /* XXX REQ_COMPLETE is only sent for requests which complete * normally WRT the fcgi app. There is no data sent for * connect() timeouts or requests which complete abnormally. * KillDynamicProcs() and RemoveRecords() need to be looked at diff --git a/mod_fastcgi.h b/mod_fastcgi.h index d9e9dc2..e3c172f 100644 --- a/mod_fastcgi.h +++ b/mod_fastcgi.h @@ -1,5 +1,5 @@ /* - * $Id: mod_fastcgi.h,v 1.35 2001/05/03 22:06:29 robs Exp $ + * $Id: mod_fastcgi.h,v 1.34 2001/05/03 22:04:17 robs Exp $ */ #ifndef MOD_FASTCGI_H @@ -102,7 +102,7 @@ #define FCGI_MAXPATH 512 #endif -/* FCGI_REQUEST_COMPLETE_JOB is the longest: id, path, user, gid, qtime, start */ +/* REQ_COMPLETE is the longest: id, path, user, gid, qtime, start */ #define FCGI_MSG_CRAP 1 + 2 + MAX_USER_NAME_LEN + 1 + MAX_GID_CHAR_LEN + (2 * 11) + 3 #if defined(PIPE_BUF) && PIPE_BUF < FCGI_MAXPATH + FCGI_MSG_CRAP -- 2.11.4.GIT