@Test
public void testGzipCompression() throws Exception
{
final URL url = new URL("http://localhost:" + port + "/default");
final HttpURLConnection get = (HttpURLConnection) url.openConnection();
get.setRequestProperty("Accept-Encoding", "gzip");
Assert.assertEquals("gzip", get.getContentEncoding());
......
}
I am curious how get.getContentEncoding() return gzip?
And if i update jetty from 9.2.5.v20141112 to 9.3.6.v20151106, get.getContentEncoding() will return null, does this matter?
Any one can help?
--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/1faf76ab-660c-4ab0-9ef0-e806e62a6928%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/CAKdCgy-sRkq-_kMD0K899XLoLvHi%2BhGbueOTeqNnmk_yq6mxyQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/0d167eb8-eb73-405b-80d2-75c336b8b93a%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/b74075ab-84d6-4d09-b649-d87a8c7a91b2%40googlegroups.com.
@Kurt, We also saw issues at scale with jetty 9.2.11 and later versions specifically, issue reported is here -which 9.2.x version of jetty were you using when you faced this issue ?
On Fri, Feb 19, 2016 at 11:34 PM Prashant Deva <prasha...@gmail.com> wrote:
+1
seen this issue many times on our druid install.
didnt know jetty was the culprit.
--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-development+unsubscribe@googlegroups.com.
To post to this group, send email to druid-development@googlegroups.com.
@Nishant is there a version of Jetty we can downgrade to to get around the issue?
On Monday, February 22, 2016 at 6:51:07 AM UTC-8, Nishant Bangarwa wrote:
@Kurt, We also saw issues at scale with jetty 9.2.11 and later versions specifically, issue reported is here -which 9.2.x version of jetty were you using when you faced this issue ?
On Fri, Feb 19, 2016 at 11:34 PM Prashant Deva <prasha...@gmail.com> wrote:
+1
seen this issue many times on our druid install.
didnt know jetty was the culprit.
--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/b74075ab-84d6-4d09-b649-d87a8c7a91b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/510dba6d-14c5-4fa4-bf30-81f67c18adf6%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/CACW6ntf54wTk62iNrgwDu8f7g0rA0hf%2BZqOusC6zXoUqjOhn3g%40mail.gmail.com.