You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arex-instrumentation/httpclient/arex-httpclient-apache-v4/src/main/java/io/arex/inst/httpclient/apache/common/ApacheHttpClientAdapter.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public static void bufferRequestEntity(HttpEntityEnclosingRequest enclosingReque
Copy file name to clipboardExpand all lines: arex-instrumentation/httpclient/arex-httpclient-apache-v4/src/main/java/io/arex/inst/httpclient/apache/common/ArexBufferedHttpEntity.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
importjava.io.ByteArrayOutputStream;
5
5
importjava.io.IOException;
6
6
importjava.io.InputStream;
7
+
importjava.io.OutputStream;
7
8
importorg.apache.http.HttpEntity;
8
9
importorg.apache.http.entity.HttpEntityWrapper;
9
10
@@ -36,4 +37,13 @@ public ArexBufferedHttpEntity(HttpEntity wrappedEntity) throws IOException {
0 commit comments