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
Add authorization header (#271)
Add authorization header support to pget. This follows the HTTP convention and drops authorization headers on redirect.
Always rewrite prefix when flag specified (#268)
Always rewrite the cache prefix for pget rather than checking the hostname matches a specified prefix when a specific option PGET_FORCE_CACHE_PREFIX_REWRITE is provided.
Make calls to metrics synchronous (#267)
Metrics are not getting sent in some cases because the metrics don't have enough time to get sent before the program exits. There wasn't enough of a reason for it to be in a WaitGroup since it doesn't really wait for anything, so might as well just send the metrics synchronously.