Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix possible exception-related ByteBuf leak (#99)
#### Motivation Some ByteBuf leak errors were reported in a production deployment of model-mesh as described in #97. #### Modifications In `ModelMeshApi`, ensure that the response is released if a runtime exception is thrown prior to it being sent successfully. #### Result Hopefully leak closed Signed-off-by: Nick Hill <nickhill@us.ibm.com>
- Loading branch information