|
|
| version 1.41, 2009/09/10 09:44:07 | version 1.42, 2009/09/10 10:01:45 |
|---|---|
| Line 329 static void http_pass_header(HashStringV | Line 329 static void http_pass_header(HashStringV |
| if(strcasecmp(name_cstr, HTTP_CONTENT_LENGTH)==0) | if(strcasecmp(name_cstr, HTTP_CONTENT_LENGTH)==0) |
| return; | return; |
| String value=attributed_meaning_to_string(*avalue, String::L_URI, false); | String value=attributed_meaning_to_string(*avalue, String::L_URI, true); |
| *info->request << name << ": " << value << CRLF; | *info->request << name << ": " << value << CRLF; |