Simone Bordet

Results 555 comments of Simone Bordet

Also at Jetty we are having problems with the too strict interpretation of this section. Sending an invalid preface may first trigger a HTTP/1.1 parser (in case a HTTP/1.1 to...

@dapengzhang0 can you try Jetty 9.4.11? It should have similar support for 4.0, trailers, etc. that Jetty 10 has.

@dapengzhang0 thanks for trying. Yes, with 9.4.x you need to downcast to Jetty specific classes to get the trailer methods. Never mind 9.4.x, and happy that Jetty 10.0.x works well...

@joakime I think ABNF in the section of RFC 7230 you reference is wrong, because previous paragraphs of the same section explicitly mention that the `Connection` header may have multiple...

@hubertlapsa you have to clarify what you exactly mean by read and write timeout. `HttpClient` supports a variety of timeouts, and chances are that they are already implemented for what...

> if it would work to set high connectTimeout (e.g. 20 seconds) and low idleTimeout (e.g. 2 seconds) Yes it would work. The `idleTimeout` covers network idleness (both read and...

Can you clarify whether `Part` is a class from some other library, or I should provide one in this project? I would also need a use case. Is this similar...

A non-trivial glitch with the "intended" send time is that response times can now be negative. This may happen when the load generator under-sleeps, the intended time is far in...

Also, when using the intended send time, the load generator pauses are taken into account in the response times. If the goal is to measure the server response times, the...

> I suspect that some network elements may drop big frames - I can see the Don't Fragment bit set on IP level You should see retransmits on the client...