We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3e1967 + 37bd394 commit 102f9daCopy full SHA for 102f9da
1 file changed
src/protocols/protocol_html.cpp
@@ -101,7 +101,7 @@ bool protocol_html::try_dispatch_object(const request&) NOEXCEPT
101
// The content-type field is determined by the requested file extension.
102
void protocol_html::dispatch_embedded(const request& request) NOEXCEPT
103
{
104
- const auto& pages = server_settings().native.pages;
+ const auto& pages = options_.pages;
105
switch (const auto media = file_media_type(to_path(request.target()),
106
media_type::text_html))
107
0 commit comments