hysteria/cmd
Haruue Icymoon 2fb70bdb58
feat: log http proxy error
goproxy actually discard all upstream errors, you can find its error
handling here [1], the upstream error from proxy.connectDial() is always
hidden in the two if branches, and never got logged. we need to log
hysteria layer errors by ourselves.

[1] 8ea89ba920/https.go (L321-L328)

according to some bug reports (such like #404 and the resolve_preference
one report via telegram private message), some users use http proxy, got a
http 502 error without any useful logs.
2022-08-25 00:42:36 +08:00
..
auth format: gofumpt 2022-08-13 11:04:28 -07:00
acme.go format: gofumpt 2022-08-13 11:04:28 -07:00
client.go feat: log http proxy error 2022-08-25 00:42:36 +08:00
client_gpl.go feat: tcp buffer size options for tun mode 2022-08-24 23:26:56 +08:00
client_nongpl.go chore: update module names (hysteria & quic-go fork) 2022-08-20 11:44:12 -07:00
completion.go feat(cmd): remove warn log, disable cmd sorting 2022-02-14 14:43:25 +08:00
config.go feat: tcp buffer size options for tun mode 2022-08-24 23:26:56 +08:00
config_test.go feat: new string-based speed (up/down) options 2022-04-03 20:26:25 -07:00
ipmasker.go feat: ip mask (wip, server only atm) 2022-08-10 21:56:47 -07:00
kploader.go format: gofumpt 2022-08-13 11:04:28 -07:00
main.go feat: ip mask (wip, server only atm) 2022-08-10 21:56:47 -07:00
mmdb.go format: gofumpt 2022-08-13 11:04:28 -07:00
resolver.go fix: use bootstrap address in routedns resolvers to avoid loopback (closes #408) 2022-08-21 19:40:47 -07:00
server.go chore: update module names (hysteria & quic-go fork) 2022-08-20 11:44:12 -07:00
update.go chore: disable update check error msg 2022-02-25 17:30:42 -08:00