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
Changed: Update Sewer56.Update with More Efficient File Size Check & User-Agent fix.
The launcher now consumes the updated Sewer56.Update library (4.1.0) which replaces GET-for-size probes with HEAD requests and sets a User-Agent on all HTTP traffic. Launcher-side wiring:
- SharedHttpClient: every static HttpClient now sends the library's ApplicationUserAgent header.
- WebDownloadablePackage: GetNameAndSize uses HEAD instead of GET (no body abandoned). DownloadAsync HttpClient also gets a User-Agent.
- Startup.cs (pack download): HttpClient now carries a User-Agent.
- App.xaml.cs: sets HttpEx.ApplicationUserAgent = "Reloaded-II/<version>" at the very start of OnStartup, before any HTTP request can be issued.
Package bumps:
Sewer56.Update 4.0.2 -> 4.1.0
Sewer56.Update.Resolvers.GitHub 1.5.2 -> 1.6.0
Sewer56.Update.Resolvers.NuGet 1.4.1 -> 1.5.0
Sewer56.Update.Resolvers.GameBanana 1.4.2 -> 1.5.0
0 commit comments