Add a mention of how the HTTP server example shows clean shutdown.

This commit is contained in:
chris_kohlhoff 2005-12-09 00:54:34 +00:00
parent f45f81efe5
commit 89d8796114
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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