Skip to content

Commit 84a61dc

Browse files
committed
#1 cactoos 0.29.2
1 parent 4126dbe commit 84a61dc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ SOFTWARE.
8585
<dependency>
8686
<groupId>org.cactoos</groupId>
8787
<artifactId>cactoos</artifactId>
88-
<version>0.29.1</version>
88+
<version>0.29.2</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.takes</groupId>

src/main/java/org/cactoos/http/HtWire.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ public Input send(final Input input) throws IOException {
9898
}
9999
ous.write(buf, 0, len);
100100
}
101-
return new InputOf(
102-
new BytesOf(
103-
new InputOf(ins)
104-
).asBytes()
105-
);
101+
return new InputOf(new BytesOf(ins).asBytes());
106102
}
107103
}
108104

0 commit comments

Comments
 (0)