CGI script passes name of lock file to the shell. The server will not close
[egate.git] / www / wproto.h
index ec71a80..bfa6893 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wproto.h,v $
- * Revision 1.5  1996/01/12 10:05:21  adam
+ * Revision 1.6  1996/01/12 13:08:07  adam
+ * CGI script passes name of lock file to the shell. The server will not close
+ * the response FIFO until this file becomes unlocked. This method handles
+ * cancel operations much better.
+ *
+ * Revision 1.5  1996/01/12  10:05:21  adam
  * If script name ends with ';' HTTP/GET/Expires will be defined.
  * The cgi interface only reads final handshake if response from
  * server (shell) was zero-terminated [If it isn't it probably died].
@@ -102,6 +107,7 @@ typedef struct wclient_data
     wform_data wf_data[100];
     char wf_parms[512];
     char wf_serverp[512];
+    char wf_serverf[512];
     char path[512];
     int linein;
     int lineout;