Add a mention of how the HTTP server example shows clean shutdown.
This commit is contained in:
parent
f45f81efe5
commit
89d8796114
@ -4,7 +4,8 @@
|
||||
\section httpserver_section HTTP Server
|
||||
|
||||
This example illustrates the use of Boost.Asio in a server implementation of
|
||||
HTTP 1.0:
|
||||
HTTP 1.0. It demonstrates how to perform a clean shutdown by cancelling all
|
||||
outstanding asynchronous operations.
|
||||
|
||||
\li \ref http::server "HTTP Server Classes"
|
||||
\li \ref httpserver_files
|
||||
|
@ -3,7 +3,9 @@
|
||||
|
||||
\section httpserver_section HTTP Server
|
||||
|
||||
This example illustrates the use of asio in a server implementation of HTTP 1.0:
|
||||
This example illustrates the use of asio in a server implementation of HTTP 1.0.
|
||||
It demonstrates how to perform a clean shutdown by cancelling all outstanding
|
||||
asynchronous operations.
|
||||
|
||||
\li \ref http::server "HTTP Server Classes"
|
||||
\li \ref httpserver_files
|
||||
|
Loading…
Reference in New Issue
Block a user