restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
Other
650 stars 284 forks source link

Fixes #1322: Entity stream closed in version 2.4 when Connection: close header used #1349

Closed qsiebers closed 4 years ago

qsiebers commented 4 years ago

691917f0be88a82cb2cda9cc0662e048dc48267c reverts the try-with-resources change that breaks the Connection: close header handling. As it is a revert, it might conflict with the goal of #1277. I'm not sure on how to keep lgtm happy regarding the PushbackInputStream.