[
https://issues.apache.org/jira/browse/AURORA-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129349#comment-14129349
]
David McLaughlin commented on AURORA-697:
-----------------------------------------
{code}$ curl -v 'http://192.168.33.7:8081/api' -H 'Accept-Encoding:
gzip,deflate' -H 'Connection: keep-alive' --data-binary
'[1,"getJobSummary",1,0,{"1":{"str":"www-data"}}]' --compressed
<snip>
> POST /api HTTP/1.1
> Host: 192.168.33.7:8081
> Origin: http://192.168.33.7:8081
> Accept-Encoding: gzip,deflate
> Accept-Language: en-US,en;q=0.8
> Content-Type: text/plain;charset=UTF-8
> Accept: */*
> Connection: keep-alive
> Content-Length: 45
>
* upload completely sent off: 45 out of 45 bytes
< HTTP/1.1 200 OK
< Content-Type: application/x-thrift
< Server: Jetty(7.6.15.v20140411)
< Content-Length: 35123
<
<snipped>
{code}
> GZip compression regression in scheduler
> ----------------------------------------
>
> Key: AURORA-697
> URL: https://issues.apache.org/jira/browse/AURORA-697
> Project: Aurora
> Issue Type: Bug
> Components: Scheduler
> Reporter: David McLaughlin
>
> Looks like we accidentally dropped the gzip compression filter from the
> thrift over HTTP servlet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)