Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Only gzip metadata if requested. Closes #2419 #2427
+32
−9
Conversation
| @@ -5,6 +5,7 @@ | ||
| ### Breaking Changes | ||
| * Request timeouts for HTTP requests on the REST API now return a 503 status code instead of 500. The response for a request timeout is no longer in JSON format. | ||
| +* The metadata endpoint was defaulting to responding with a gzipped response. This now needs to be explicitly requested with an `Accept-Encoding: gzip` header |
| + Get(s"/workflows/$version/${CromwellApiServiceSpec.ExistingWorkflowId}/metadata") ~> | ||
| + akkaHttpService.routes ~> | ||
| + check { | ||
| + response.headers.find(x => x.name() == "Content-Encoding") shouldBe None |
geoffjentry
merged commit 644967d
into
develop
Jul 7, 2017
geoffjentry
deleted the
jg_gzip_as_requested branch
Jul 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
geoffjentry commentedJul 6, 2017
No description provided.