File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -172,13 +172,13 @@ class webserver {
172172 const std::string file_upload_dir;
173173 const bool generate_random_filename_on_upload;
174174 const bool deferred_enabled;
175- bool single_resource;
176- bool tcp_nodelay;
175+ const bool single_resource;
176+ const bool tcp_nodelay;
177177 pthread_mutex_t mutexwait;
178178 pthread_cond_t mutexcond;
179- render_ptr not_found_resource;
180- render_ptr method_not_allowed_resource;
181- render_ptr internal_error_resource;
179+ const render_ptr not_found_resource;
180+ const render_ptr method_not_allowed_resource;
181+ const render_ptr internal_error_resource;
182182 std::map<details::http_endpoint, http_resource*> registered_resources;
183183 std::map<std::string, http_resource*> registered_resources_str;
184184
You can’t perform that action at this time.
0 commit comments