Skip to content

Fix API error handling in siac

Christopher Schinnerl requested to merge vw-api-standard-responses into master

Created by: VoidingWarranties

The response body was being decoded after it was closed in the event of an error. Thanks @droghio for finding this!

Merge request reports