Skip to content

Commit b52fe01

Browse files
committed
Fixes cpp-netlib#233 -- update default tag as defined in the header.
1 parent ef77810 commit b52fe01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/network/doc/in_depth/http.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ overload of the ``basic_client``:
3333

3434

3535
The default typedef for the HTTP client that is provided uses the
36-
``http_default_8bit_udp_resolve`` tag, and implements HTTP 1.0. The exact
36+
``http_async_8bit_udp_resolve`` tag, and implements HTTP 1.1. The exact
3737
typedef is in the ``boost::network::http`` namespace as the following:
3838

3939
.. code-block:: c++
4040

4141
namespace boost { namespace network { namespace http {
4242

43-
typedef basic_client<tags::http_default_8bit_udp_resolve, 1, 0>
43+
typedef basic_client<tags::http_async_8bit_udp_resolve, 1, 1>
4444
client;
4545

4646
}}}

0 commit comments

Comments
 (0)