We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da8b04 commit 09865dfCopy full SHA for 09865df
jooby/src/main/java/io/jooby/internal/HeadContext.java
@@ -90,7 +90,6 @@ public HeadContext(@Nonnull Context context) {
90
91
@Nonnull @Override public Context send(@Nonnull InputStream input) {
92
checkSizeHeaders();
93
- ctx.send(input);
94
ctx.send(StatusCode.OK);
95
return this;
96
}
0 commit comments