Wednesday, 22 November 2023
  3 Replies
  465 Visits
  Subscribe
Greetings,
another problem arose.
If I launch multiple ajax or fetch calls at the same time, to recover large files (some mega), the function systematically returns me an error of the following type: net::ERR_HTTP2_FLOW_CONTROL_ERROR 200 (OK)
and only the first file is loaded.
The problem can be replicated systematically.
On the server side I have not been able to find any errors at the moment.
If the functions I call them individually and the files are loaded successfully.
I don't know if I'm doing something wrong, but on http 1.1 protocol everything works normally