mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
removed content-type related comments
This commit is contained in:
parent
dd79b31274
commit
7e812ea58a
@ -161,8 +161,6 @@ namespace crow
|
|||||||
SocketAdaptor* adaptor;
|
SocketAdaptor* adaptor;
|
||||||
void do_write_sendfile() {
|
void do_write_sendfile() {
|
||||||
off_t start_= 0;
|
off_t start_= 0;
|
||||||
//add mimetypes, headers?
|
|
||||||
//Content-Disposition, Content-Type
|
|
||||||
|
|
||||||
|
|
||||||
int fd_{open(file_info.path.c_str(), O_RDONLY)};
|
int fd_{open(file_info.path.c_str(), O_RDONLY)};
|
||||||
|
Loading…
Reference in New Issue
Block a user