jfclere     2004/07/29 01:23:42

  Modified:    ajp/ajplib/test ajp_header.c
  Log:
  Add missng ajp_msg_reset().
  
  Revision  Changes    Path
  1.10      +2 -0      jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c
  
  Index: ajp_header.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ajp_header.c      29 Jul 2004 06:53:44 -0000      1.9
  +++ ajp_header.c      29 Jul 2004 08:23:42 -0000      1.10
  @@ -399,6 +399,8 @@
       }
       remote_host = (char *)ap_get_remote_host(r->connection, r->per_dir_config, 
REMOTE_HOST, NULL);
   
  +    ajp_msg_reset(msg);
  +
       if (ajp_msg_append_uint8(msg, AJP13_FORWARD_REQUEST)         ||
           ajp_msg_append_uint8(msg, method)                        ||
           ajp_msg_append_string(msg, r->protocol)                  ||
  
  
  

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

Reply via email to