forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Open
Description
The documentation on the website showing an example of an http server does not compile and differs from the example code contained in the 0.11.0 tar archive; the example in the tar file being able to compile. Also, in the api documentation for the asynchronous server, hardly any explanation is given about the callback function of the write method. Could you please add more of an explanation of the callback function such as, what specific events cause it to be called and how one is supposed to keep a connection alive using it, which is what was mentioned in this post:http://tinyurl.com/mjt9srk.
A simple example demonstrating a callback function implementation in the docs would be beneficial to those trying to learn the library. Thank you.