Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
* [issue 2915] Removed mutating operations in initiating functions
* [issue 2915] Fixed cancellation handling in `teardown_tcp_op`
* [issue 2920] Set `state_` in `basic_parser` before calling `on_finish_impl`
* [issue 2939] Removed static specifier from `clamp` functions
* [issue 2903] Addressed `-Wattributes` warnings in tests
* [issue 2944] Addressed unreachable code warning in tests
Fixed use-after-move in calls to `net::dispatch` within `http::basic_stream`, which caused `bad_executor` exceptions on timeouts修复了 `http::basic_stream` 中调用 `net::dispatch` 时发生的“移动后使用(use-after-move)”问题,该问题曾导致在超时时抛出 `bad_executor` 异常* [issue 2915] Removed mutating operations in
* [issue 2915] 移除了发起函数(initiating functions)中的可变操作
* [issue 2915]
Fixed cancellation handling in修复了 `teardown_tcp_op` 中的取消处理逻辑* [issue 2920]
Set `state_` in `basic_parser` before calling `on_finish_impl`在调用 `on_finish_impl` 之前,在 `basic_parser` 中设置了 `state_`* [issue 2939] Removed static specifier from `clamp` functions
* [issue 2939] 移除了 `clamp` 函数中的 static 修饰符
* [issue 2903]
Addressed解决了测试中的 `-Wattributes`warnings in tests警告* [issue 2944]
Addressed解决了测试中无法访问的代码(unreachable codewarning in tests)警告