heroku / cnb-shim

This is a shim to run old buildpacks as Cloud Native Buildpacks
MIT License
1 stars 0 forks source link

Close network request with 400 when downloading an invalid buildpack. #27

Closed hone closed 3 years ago

hone commented 3 years ago

Any panic will leave the server in a bad state since the request is not closed. This will cause every other request after to not be processed properly.