|
13 | 13 | macro ``BOOST_NETWORK_NO_LIB`` before including any:mod:`cpp-netlib` header. |
14 | 14 | This breaks code that relied on the version 0.8.x line where the library is |
15 | 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. |
16 | 21 | * More consistent message API for client and server messages (request and |
17 | 22 | response objects). |
18 | 23 | * Refactoring of internal implementations to allow better separation of concerns |
|