Skip to content

Commit d03105f

Browse files
committed
Adapt to network mime_type::application_octet[_stream] rename.
1 parent 9b35b48 commit d03105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/protocol_html.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void protocol_html::handle_receive_get(const code& ec,
7272
return;
7373
}
7474

75-
const auto default_type = mime_type::application_octet;
75+
const auto default_type = mime_type::application_octet_stream;
7676
send_file(*request, std::move(file), file_mime_type(path, default_type));
7777
}
7878

0 commit comments

Comments
 (0)