removed content-type related comments

This commit is contained in:
Farook 2020-10-04 19:14:13 +03:00
parent dd79b31274
commit 7e812ea58a

View File

@ -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)};