You can check any breaking changes here.
-
Ensure
ServerSocket’s `read_stateisread_state::finishedonce a request is read. Previously this wasread_state::empty. Go change your loop to wait whilesocket.read_state() != read_state::finished. -
Boost requirement raised to 1.66.
-
New
BOOST_HTTP_SOCKET_DEFAULT_BODY_COPY_THRESHOLDmacro. -
Add
poly_handler<F>alternative tostd::function<F>. -
Rewrite runtime-based polymorphic helpers.
-
Names go from
polymorphic_*topoly_*. -
Use
poly_handler<F>insteadstd::function<F>. -
Add polymorphic helpers for
ClientSocket.
-
-
Add
socket::async_{read,write}_chunkext. -
Remove
async_read_trailers(). This function added no value.