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

Stefan Eissing <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Stefan Eissing <[email protected]> ---
While I understand that this solves the problem you observe, removing the
change completely has down sides. The purpose of the change is to prevent
failures *in the middle* of a request to be unobserved by the client.

As I understand it, you see this unnecessary kicking in when a backend does not
respond at all? If you change h2_proxy_session.c:1682 to

    int touched = (stream->data_received ||
                   (stream->id <= ctx->session->last_stream_id);

does the unwanted 503 also happen? Another thing interesting to know might be
if this happens for POST requests only or also for GETs?

Thanks for your help!

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