Skip to content

Commit 09865df

Browse files
committed
HTTP HEAD: remove sending of inputstream
1 parent 9da8b04 commit 09865df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jooby/src/main/java/io/jooby/internal/HeadContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public HeadContext(@Nonnull Context context) {
9090

9191
@Nonnull @Override public Context send(@Nonnull InputStream input) {
9292
checkSizeHeaders();
93-
ctx.send(input);
9493
ctx.send(StatusCode.OK);
9594
return this;
9695
}

0 commit comments

Comments
 (0)