Skip to content

HTTP client config

Peter Fischer requested to merge http-config into main

While working on T354517, I noticed a few more things on our HTTP client, that I changed, too:

  • It's not requesting/processing gzip
  • Timeouts are configured in a deprecated fashion
  • We have no insights in the response sizes of fetch requests which might be a relevant cue when deciding if response/JSON stream processing might reduce the memory footprint

Merge request reports