costin 02/04/18 20:14:22 Modified: jk/native2/server/isapi jk_iis.h Log: request_started duplicates ws_service->response_started Same for content_read. The only thing that is specific to iis is the lpEcp - and we can store it directly in ws_private. Revision Changes Path 1.2 +0 -11 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis.h Index: jk_iis.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jk_iis.h 19 Apr 2002 00:23:45 -0000 1.1 +++ jk_iis.h 19 Apr 2002 03:14:22 -0000 1.2 @@ -73,17 +73,6 @@ #endif /* __cplusplus */ - -struct isapi_private_data { - jk_pool_t p; - int request_started; - unsigned bytes_read_so_far; - LPEXTENSION_CONTROL_BLOCK lpEcb; -}; -typedef struct isapi_private_data isapi_private_data_t; - - - #define VERSION_STRING "Jakarta/ISAPI/1.2Dev" #define DEFAULT_WORKER_NAME ("ajp13")
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>