Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Proxy server doesn't return all headers

On Mon, Nov 19, 2018 at 12:14 PM Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

Hey, Simone.

On Sat, Nov 17, 2018 at 10:28 AM Travis Spencer
<travislspencer@xxxxxxxxx> wrote:
> There's those missing headers!

So are they there or not?

Not.
 
> Shortly after this, I start to see a few of these errors:
>  java.util.concurrent.TimeoutException: Idle timeout expired: 30004/30000 ms

These are not errors, just connections that idle timeout.

That's what I was hoping. Thanks for confirming.
 
> Does anyone have any tips on what more to try or clues as to what may
> be going wrong?

I frankly did not understand; you first said the header were not
there, then you said they were, then apparently not again, but you
never mentioned _which_ header was missing.

Some are there and some are not. All are included only when I have a debugger attached and am slowly going through line by line. The obvious ones that are missing are Content-Type and Content-Length.
 
Can you put up a reproducible test case that shows exactly what you
expect and what you get instead?

I can try, but I think it's something in particular with the proxy server's usage in our product :-/

Back to the top