https://bz.apache.org/bugzilla/show_bug.cgi?id=65402

--- Comment #4 from Florian Meister <f...@sfs.com> ---
Thanks for the ultra fast reply :)

There are 2 event-streams which are used by the application.

https://localhost/api/provide-production-infrastructure/get-live-state-info-multi
https://localhost/api/provide-operation-live-info/get-operation-live-info-multi

Blocking means that in the chrome developer tools the request is pending.
Interestingly _no_ other requests are performed - they are also pending. So it
seems that this reqeust is blocking the other ones.

When this happens apache stops logging these messages. Because it's encrypted
traffic I do not see if the browser is stopping to send requests or if apache
is stopping to processing this requests. But it seems apache is stopping to
route requests to the backend servers. After about 30 seconds apache is
processing the requests again.

Mon Jun 28 08:57:36.705264 2021] [http2:debug] [pid 245373:tid 140574984357440]
h2_task.c(83): [client 127.0.0.1:56158] AH03348: h2_task(66-3): open output to
GET localhost /api/blah blah

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to