Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb52fe01

Browse files
committed
Fixes#233 -- update default tag as defined in the header.
1 parentef77810 commitb52fe01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎libs/network/doc/in_depth/http.rst

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp