varnishcache / varnish-cache

Varnish Cache source code repository
https://www.varnish-cache.org
Other
3.56k stars 365 forks source link

Consistent locking when logging to H2 session vsl #4095

Open walid-git opened 2 months ago

walid-git commented 2 months ago

Currently, some of the logging to the H2 session vsl is done withouth holding the session lock, even when multiple streams are active. This PR is an attempt to make things more consistent in that regard.

nigoroll commented 1 month ago

Wouldn't this deserve a separate lock?