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
Remove github release workflow
I will revert to producing the github release binaries manually
for now, so I can create binaries that run on OS releases older
than the currently-supported github-hosted runners.
[disk] limit the number of concurrent file removals even more on mac
This also adds a startup log line mentioning the value, to help debugging.
This might avoid #554.
Make remoteHTTPProxyCache.Contains do HEAD request
As only headers and response status are important and body is ignored
doing http HEAD will save some network.
Signed-off-by: Anton Tiurin <atiurin@proton.me>