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

--- Comment #7 from Stefan Eissing <[email protected]> ---
Thanks for the backtrace. In it, I see one http2 connection that tries to send
data to the client. All other thread are in `cond_wait()`, afaict.

Assuming this thread is causing the 100%, I looked at the code path involved. I
have found a missing return code check that *may* be involved here, causing the
http2 session to try on sending on an aborted connection.

Would you be able to build a new mod_http2 from source? I'll attach a patch
here, but you can also build from <https://github.com/icing/mod_h2> using the
master branch where the patch is applied.

As a note: switching to prefork will auto-disable the http2 protocol. If this
runs without problems, you could also go back to your original configuration
and disable HTTP/2.

Regards,
Stefan

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to