sanjaya     2003/07/27 00:30:45

  Modified:    c/src/common Packet.h
  Log:
  added new member to stream_http to get the requst uri from the web server
  
  Revision  Changes    Path
  1.3       +1 -0      xml-axis/c/src/common/Packet.h
  
  Index: Packet.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/common/Packet.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Packet.h  23 Jul 2003 13:43:27 -0000      1.2
  +++ Packet.h  27 Jul 2003 07:30:44 -0000      1.3
  @@ -34,6 +34,7 @@
   
   typedef struct
   {
  +     char * uri_path;
        header * ip_headers;
        int ip_headercount;
        header * op_headers;
  
  
  

Reply via email to