We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515c1aa commit 42a7090Copy full SHA for 42a7090
boost/network/protocol/http/server/options.hpp
@@ -107,9 +107,9 @@ struct server_options {
107
108
private:
109
boost::shared_ptr<boost::asio::io_service> io_service_;
110
+ Handler &handler_;
111
string_type address_;
112
string_type port_;
- Handler &handler_;
113
bool reuse_address_;
114
bool report_aborted_;
115
bool non_blocking_io_;
0 commit comments