Skip to content

Commit 5f8cf0f

Browse files
committed
Fixes cpp-netlib#43 : Adding documentation for BOOST_NETWORK_HTTP_CLIENT_DEFAULT_TAG.
1 parent fd459e3 commit 5f8cf0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/network/doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
macro ``BOOST_NETWORK_NO_LIB`` before including any :mod:`cpp-netlib` header.
1414
This breaks code that relied on the version 0.8.x line where the library is
1515
strictly header-only.
16+
* Fix issue #41: Introduce a macro ``BOOST_NETWORK_HTTP_CLIENT_DEFAULT_TAG``
17+
which makes the default HTTP client use ``tags::http_async_8bit_udp_resolve``
18+
as the tag.
19+
* Fix issue #40: Write the status line and headers in a single buffer write
20+
instead of two writes.
1621
* More consistent message API for client and server messages (request and
1722
response objects).
1823
* Refactoring of internal implementations to allow better separation of concerns

0 commit comments

Comments
 (0)