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
Solbuild 1.5.3.0 replace the way files are downloaded. The feature to
download files using `file://` sources was lost.
Restore the functionality to set sources using `file://` by copying the
file when encountered.
Resolves#38.
// Some web servers (*cough* sourceforge) have strange redirection behavior. It's possible to work around this by clearing the Referer header on every redirect
130
134
headHttpClient:=&http.Client{
131
135
CheckRedirect: func(req*http.Request, via []*http.Request) error {
0 commit comments