tests.haskell.upstreamStackhpackVersion: set descriptive user agent
GitHub apparently immediately terminates the connection for our previous bogus curl user agent. Let's be more polite about this (default curl user agent would work, too).
This commit is contained in:
parent
ad4373ce8d
commit
f611c803e5
@ -46,7 +46,7 @@ let
|
||||
--retry 3
|
||||
--disable-epsv
|
||||
--cookie-jar cookies
|
||||
--user-agent "curl "
|
||||
--user-agent "nixpkgs stack version test/1.0"
|
||||
--insecure
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user