We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd459e3 commit 5f8cf0fCopy full SHA for 5f8cf0f
libs/network/doc/whats_new.rst
@@ -13,6 +13,11 @@
13
macro ``BOOST_NETWORK_NO_LIB`` before including any :mod:`cpp-netlib` header.
14
This breaks code that relied on the version 0.8.x line where the library is
15
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.
21
* More consistent message API for client and server messages (request and
22
response objects).
23
* Refactoring of internal implementations to allow better separation of concerns
0 commit comments