You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/03/29 14:29:41 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on issue #7603: background_fill is broken with HTTP/1.1

SolidWallOfCode commented on issue #7603:
URL: https://github.com/apache/trafficserver/issues/7603#issuecomment-809425928


   There is a more subtle issue here, which also involves #7629. If the destruction of the `HttpSM` is delayed because of the cache write, so is the next transaction on that inbound connection. Currently I/O completion for the cache write is decoupled from transaction finish, which means a new transaction can start before that I/O completes. Clearly this isn't an issue for a client abort, but I don't think that information is retained in a way useful in this situation. This is related to the original reason for the response data sink support, to be able to keep a tunnel up even if the user agent drops.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org