Diff for /parser3/src/main/pa_http.C between versions 1.74 and 1.75

version 1.74, 2016/07/29 20:24:17 version 1.75, 2016/09/01 13:57:05
Line 567  Table* parse_cookies(Request& r, Table * Line 567  Table* parse_cookies(Request& r, Table *
         return &result;          return &result;
 }  }
   
 void *tables_update(HashStringValue& tables, const String::Body name, const String& value){  void tables_update(HashStringValue& tables, const String::Body name, const String& value){
         Table *table;          Table *table;
         if(Value *valready=tables.get(name)) {          if(Value *valready=tables.get(name)) {
                 // second+ appearence                  // second+ appearence

Removed from v.1.74  
changed lines
  Added in v.1.75


E-mail: