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

--- Comment #5 from Stefan Eissing <ste...@eissing.org> ---
Ah, now I see it. The streams returned from `m->spurge` are indeed never NULL,
but the checking loop is wrong. It should instead be looking for a stream that
matches `conn_ctx->stream_id`.

Since this is a "this should never happen" debug logging, it has no impact on
the overall protocol handling. The final 'ap_assert()' at the end only triggers
on debug builds, not in production.

-- 
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