|
|
| 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 |