Skip to content

Commit 7a26f6a

Browse files
yanghaoJackarain
yanghao
authored andcommitted
Update comment
1 parent 922ef36 commit 7a26f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/include/proxy/proxy_server.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2881,7 +2881,7 @@ R"x*x*x(<html>
28812881
auto primary_buf = buf0.get();
28822882
auto secondary_buf = buf1.get();
28832883

2884-
// 首先邓读取第一个数据作为预备, 以用于后面的交替读写逻辑.
2884+
// 首先读取第一个数据作为预备, 以用于后面的交替读写逻辑.
28852885
boost::system::error_code ec;
28862886
auto bytes = co_await from.async_read_some(net::buffer(primary_buf, buf_size), net_awaitable[ec]);
28872887
if (ec || m_abort)

0 commit comments

Comments
 (0)