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
The bug
IF the remote server does not send a content-length field, tirvrost gets very unhappy.
Lots of these:
W 13.52 Assuming remote file won't change: Could not get Content-Length header from "https://x.x.x.com/downloads/x/y/bcprov-jdk14-1.38.jar": strconv.ParseInt: parsing "": invalid syntax. [pkg/fetching/download.go:189]
To Reproduce
Serve files from a webserver that does not set the Content-Length Header.
The text was updated successfully, but these errors were encountered:
The bug
IF the remote server does not send a content-length field, tirvrost gets very unhappy.
Lots of these:
To Reproduce
Serve files from a webserver that does not set the Content-Length Header.
The text was updated successfully, but these errors were encountered: