Skip to content

Commit

Permalink
Release resource for http1
Browse files Browse the repository at this point in the history
Release resource for http1
  • Loading branch information
finefuture committed Apr 24, 2024
1 parent 16d0d09 commit acab727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void close() throws Exception {
if (body instanceof ByteBufOutputStream) {
((ByteBufOutputStream) body).buffer().release();
}
body.close() ;
body.close();
}

@Override
Expand Down

0 comments on commit acab727

Please sign in to comment.