优化DeParser

This commit is contained in:
redkale
2023-09-05 06:59:39 +08:00
parent b599dc9acb
commit 8af945d8c2

View File

@@ -170,7 +170,7 @@ public abstract class ClientConnection<R extends ClientRequest, P> implements Co
}
private void sendRequestInLocking(R request, ClientFuture respFuture) {
if (true) { //新方式
if (false) { //新方式
ByteArray array = arrayThreadLocal.get();
array.clear();
request.writeTo(this, array);