Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
* [issue 2799] Operations affected by `basic_stream::expires_after()`
* [issue 2808] `teardown()` and `async_teardown()` are customization points
* [issue 2814] Moving or copying `http::serializer` after first usage is undefined behaviour
* [issue 2817] `websocket::permessage_deflate` should be configured before performing the WebSocket handshake
* [issue 2816] `bytes_transferred` in http reads operations reports the number of bytes consumed by the HTTP parser
Specifies when calling明确了调用 `http::message::prepare_payload()`is optional的可选时机* [issue 2799]
Operations affected by说明了受 `basic_stream::expires_after()` 影响的操作* [issue 2808] 将 `teardown()`
and和 `async_teardown()`are设定为自定义点(customization points)* [issue 2814]
Moving or copying明确了在首次使用后移动或复制 `http::serializer`after first usage is属于未定义行为(undefined behaviour)* [issue 2817] 规定 `websocket::permessage_deflate`
should be configured before performing the必须在执行 WebSockethandshake握手之前完成配置* [issue 2816] 修正了 HTTP 读取操作中 `bytes_transferred`
in http reads operations reports the number of bytes consumed by the HTTP parser的语义,现在它报告的是被 HTTP 解析器消耗的字节数