From: Emre T. <emr...@gm...> - 2011-02-22 22:23:03
|
Hi folks, In file boost/network/protocol/http/server/sync_connection.http (in sync_connection::start), line 57, there is a call to Handler::log(string). 1. This conflicts with the documentation, where there is no hello_world::log() method implemented in the simple http server example. 2. Do we really need to keep it that way, i.e., we can make boost::system::system_error an extra argument to the handler function (like asio handlers). By this way, it would even be possible to implement a handler with a free standing function and pass the http::server a ptr to function instead of a functor, for simple cases. What you think? emre |