CVS diff for http_message.h between 1.3 and 1.2:

Revision 1.2 Revision 1.3
Line 22 Line 22
    /* p_ for association with port fd (pending request) */ 
char* p_header_end; 
char* p_pos; 
    /* p_ for association with port fd (pending request) */ 
char* p_header_end; 
char* p_pos; 
    char* p_uri_begin;
    char* p_uri_end; 
    int p_uri_len;
    //char* p_uri_begin;
 
    //char* p_uri_end;
    char  p_uri[ PATH_MAX ]; 
char p_pathname[ MAX_PATH_LENGTH ]; 
char p_buf[ MAX_BUF_SIZE ]; 
    char  p_uri[ PATH_MAX ]; 
char p_pathname[ MAX_PATH_LENGTH ]; 
char p_buf[ MAX_BUF_SIZE ]; 
Line 90 Line 91
 
# endif /* HTTP_MESSAGE_H */ 
 
 
# endif /* HTTP_MESSAGE_H */ 
 


Legend
Lines deleted from 1.3  
Lines Modified
  Lines added in revision 1.2