|
|
| version 1.366, 2016/11/28 20:24:59 | version 1.367, 2016/12/21 21:14:42 |
|---|---|
| Line 868 void Request::output_result(VFile* body_ | Line 868 void Request::output_result(VFile* body_ |
| if(Value* vresponse_body_file=body_file->fields().get(response_body_file_name)) { | if(Value* vresponse_body_file=body_file->fields().get(response_body_file_name)) { |
| // $response:[download|body][$.file[filespec]] -- optput specified file | // $response:[download|body][$.file[filespec]] -- optput specified file |
| const String& sresponse_body_file=vresponse_body_file->as_string(); | const String& sresponse_body_file=vresponse_body_file->as_string(); |
| size_t content_length=0; | uint64_t content_length=0; |
| time_t atime=0, mtime=0, ctime=0; | time_t atime=0, mtime=0, ctime=0; |
| file_stat(absolute(sresponse_body_file), content_length, atime, mtime, ctime); | file_stat(absolute(sresponse_body_file), content_length, atime, mtime, ctime); |