We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef34a2b commit bf3c9c6Copy full SHA for bf3c9c6
src/main/java/com/ning/http/client/generators/InputStreamBodyGenerator.java
@@ -43,7 +43,7 @@ public InputStreamBodyGenerator(InputStream inputStream) {
43
if (inputStream.markSupported()) {
44
inputStream.mark(0);
45
} else {
46
- logger.warn("inputStream.markSupported() not supported. Some features will not works");
+ logger.info("inputStream.markSupported() not supported. Some features will not works");
47
}
48
49
0 commit comments