icgc-argo / platform-api

https://api.platform.icgc-argo.org/graphql
GNU Affero General Public License v3.0
0 stars 0 forks source link

Prevent double response body read from error handler #678

Closed joneubank closed 9 months ago

joneubank commented 9 months ago

Description of changes

Simplify error handling to make more consistent throughout. Correct a bug introduced by restUtils refactoring that caused a duplicate read of response body.

Type of Change