RFR: 1909: Empty GET calls should be left empty
Tim Bell
tbell at openjdk.org
Thu May 11 14:57:18 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.
Marked as reviewed by tbell (Reviewer).
-------------
PR Review: https://git.openjdk.org/skara/pull/1519#pullrequestreview-1422808754
More information about the skara-dev
mailing list