costin      2002/07/02 09:53:59

  Modified:    jk/native2/include jk_msg.h
  Log:
  Change back the max message size to what we had in jk1.
  
  Without this we run into problems when jk2 talks with jk1.
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-tomcat-connectors/jk/native2/include/jk_msg.h
  
  Index: jk_msg.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_msg.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jk_msg.h  11 Jun 2002 21:46:38 -0000      1.12
  +++ jk_msg.h  2 Jul 2002 16:53:59 -0000       1.13
  @@ -77,7 +77,7 @@
   struct jk_ws_service;
   struct jk_logger;
       
  -#define DEF_BUFFER_SZ (8300)
  +#define DEF_BUFFER_SZ (8*1024)
   #define AJP13_MAX_SEND_BODY_SZ      (DEF_BUFFER_SZ - 6)
       
   /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to