mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 11:54:01 +03:00
Use curl as user agent
This commit is contained in:
@@ -28,6 +28,9 @@ const (
|
||||
// probes.
|
||||
DefaultTCPKeepAlivePeriod = 10 * time.Second
|
||||
|
||||
// User Agent to use in HTTP client.
|
||||
UserAgent = "curl/8.5.0"
|
||||
|
||||
// tcpLingerTimeout defines a number of seconds to wait for sending
|
||||
// unacknowledged data.
|
||||
tcpLingerTimeout = 1
|
||||
|
||||
Reference in New Issue
Block a user