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 4126dbe commit 84a61dcCopy full SHA for 84a61dc
pom.xml
@@ -85,7 +85,7 @@ SOFTWARE.
85
<dependency>
86
<groupId>org.cactoos</groupId>
87
<artifactId>cactoos</artifactId>
88
- <version>0.29.1</version>
+ <version>0.29.2</version>
89
</dependency>
90
91
<groupId>org.takes</groupId>
src/main/java/org/cactoos/http/HtWire.java
@@ -98,11 +98,7 @@ public Input send(final Input input) throws IOException {
98
}
99
ous.write(buf, 0, len);
100
101
- return new InputOf(
102
- new BytesOf(
103
- new InputOf(ins)
104
- ).asBytes()
105
- );
+ return new InputOf(new BytesOf(ins).asBytes());
106
107
108
0 commit comments