This commit is contained in:
@@ -166,7 +166,9 @@ public class HttpRequest extends Request<HttpContext> {
|
||||
}
|
||||
}
|
||||
array.clear();
|
||||
if (buffer.hasRemaining()) array.write(buffer, buffer.remaining());
|
||||
if (!context.isPipeline()) {
|
||||
if (buffer.hasRemaining()) array.write(buffer, buffer.remaining());
|
||||
}
|
||||
if (this.contentType != null && this.contentType.contains("boundary=")) {
|
||||
this.boundary = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user