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