On Wed, 30 Mar 2022 08:29:40 GMT, Conor Cleary wrote:
>> **Issue**
>> When using the `HttpClient.send()` to send a GET request created using the
>> `HttpRequest.newBuilder()`, a `Content-length: 0` header is set. This
>> behaviour causes issues with many services as a body related header is
>>
On Tue, 29 Mar 2022 17:09:37 GMT, Daniel Fuchs wrote:
> I would not expect that throwing an AssertionError in the handler on the
> server side would make the client (and the test) fail (except maybe in
> timeout?). I'd suggest printing a message on System.err and sending a
> different error co
> **Issue**
> When using the `HttpClient.send()` to send a GET request created using the
> `HttpRequest.newBuilder()`, a `Content-length: 0` header is set. This
> behaviour causes issues with many services as a body related header is
> usually not expected to be included with a GET request.
>