You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this script to trigger an immediate client connection reset pointed at a running workerd DiskDirectory service: (Technically in my setup we have a workerd service fronting that DiskDirectory to do content negotiation, but I don't think that matters here?)
This is particularly noisy/noticeable for me in the case when doing local development using the DiskDirectory service to serve locally-build JS/CSS assets—for which browsers will race the cache and drop unnecessary pending requests on cache hit.
The text was updated successfully, but these errors were encountered:
With this script to trigger an immediate client connection reset pointed at a running workerd DiskDirectory service: (Technically in my setup we have a workerd service fronting that DiskDirectory to do content negotiation, but I don't think that matters here?)
We end up with the following logs on each run:
Symbolized:
This is particularly noisy/noticeable for me in the case when doing local development using the DiskDirectory service to serve locally-build JS/CSS assets—for which browsers will race the cache and drop unnecessary pending requests on cache hit.
The text was updated successfully, but these errors were encountered: