Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http2 Request failing with Cache-Control: public, must-revalidate, max-age=86056 #15

Open
anupam-nagarro opened this issue Jul 23, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@anupam-nagarro
Copy link

anupam-nagarro commented Jul 23, 2021

The http2 request to my server is failing as I am receiving the response in the headers but not in the body. Also in JMeter it is throwing an error with respect to the same request.
1

java.util.zip.ZipException: Not in GZIP format
        at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:165)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91)
        at com.blazemeter.jmeter.http2.sampler.HTTP2StreamHandler.gzipDecompressor(HTTP2StreamHandler.java:443)
        at com.blazemeter.jmeter.http2.sampler.HTTP2StreamHandler.onData(HTTP2StreamHandler.java:203)
        at org.eclipse.jetty.http2.HTTP2Stream.notifyData(HTTP2Stream.java:636)
        at org.eclipse.jetty.http2.HTTP2Stream.onData(HTTP2Stream.java:387)
        at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:306)
        at org.eclipse.jetty.http2.HTTP2Session.onData(HTTP2Session.java:259)
        at org.eclipse.jetty.http2.HTTP2Connection$ParserListener.onData(HTTP2Connection.java:390)
        at org.eclipse.jetty.http2.parser.BodyParser.notifyData(BodyParser.java:108)
        at org.eclipse.jetty.http2.parser.DataBodyParser.onData(DataBodyParser.java:150)
        at org.eclipse.jetty.http2.parser.DataBodyParser.emptyBody(DataBodyParser.java:60)
        at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:194)
        at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:261)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:183)
        at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:138)
        at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:361)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
        at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
        at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)
        at java.lang.Thread.run(Thread.java:748)
@RicardoPoleo
Copy link
Contributor

Hello again @anupam-nagarro,

Just like your other report(#14), I'll add this issue to our backlog and let you know when it is being dealt with.

As always, thanks for taking the time and stay tuned,

Cheers!

@RicardoPoleo RicardoPoleo added the bug Something isn't working label Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants