|
|
| version 1.245.2.37.2.5, 2003/03/21 13:42:31 | version 1.245.2.37.2.6, 2003/03/21 14:27:52 |
|---|---|
| Line 635 void Request::output_result(VFile* body_ | Line 635 void Request::output_result(VFile* body_ |
| if(body_file_content_type) | if(body_file_content_type) |
| if(HashStringValue *hash=body_file_content_type->get_hash(0)) | if(HashStringValue *hash=body_file_content_type->get_hash(0)) |
| body_file_content_type=hash->get(value_name); | body_file_content_type=hash->get(value_name); |
| if(!body_file_content_type/*vstring.as_vfile*/ || body_file_content_type->as_string()->pos("text/")==0) { | if(!body_file_content_type/*vstring.as_vfile*/ || body_file_content_type->as_string().pos("text/")==0) { |
| Charset::transcode( | Charset::transcode( |
| charsets.source(), body_file->value_ptr(), body_file->value_size(), | charsets.source(), body_file->value_ptr(), body_file->value_size(), |
| charsets.client(), client_body, client_content_length | charsets.client(), client_body, client_content_length |