matt-42 / silicon

A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
http://siliconframework.org
MIT License
1.72k stars 138 forks source link

Fix runtime_error (https and _one_thread_per_connection) #69

Closed hazemataya94 closed 5 years ago

hazemataya94 commented 5 years ago

Fix runtime_error when all three flags "_one_thread_per_connection", "_https_cert", and "_https_key" are passed to "mhd_json_serve" function

matt-42 commented 5 years ago

Approved! Thanks @hazemataya94