Integrated: 1909: Empty GET calls should be left empty

Erik Joelsson erikj at openjdk.org
Thu May 11 15:26:34 UTC 2023


On Thu, 11 May 2023 13:15:34 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> Over the last week, we have had issues with JBS returning weird errors seemingly randomly, which has caused a lot of problems with the bots. It turns out our hosting provider has become more stringent with handling http/2 requests and no longer likes GET requests with a request body. Skara currently always fills in the body of a request, regardless of type, with an empty JSON document '{}' when the body is empty. This seems to be faulty behavior and we should let empty GET calls be empty instead.
> 
> I have been running staging with this patch over night and there were no errors.

This pull request has now been integrated.

Changeset: d62a0c07
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/d62a0c0702c06020f00b603aef2a6553c7912c63
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

1909: Empty GET calls should be left empty

Reviewed-by: kcr, tbell

-------------

PR: https://git.openjdk.org/skara/pull/1519


More information about the skara-dev mailing list