This commit is contained in:
redkale
2024-09-30 08:28:10 +08:00
parent 4070945270
commit c847b349a2

View File

@@ -585,6 +585,9 @@ public class HttpRequest extends Request<HttpContext> {
break;
}
}
if (rs == 1) {
buffer.clear();
}
hbytes.position(pos);
this.headerLength = hbytes.length();
this.headerHalfLen = this.headerLength;