mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
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]
|
||
---|---|---|
.. | ||
auth | ||
acme.go | ||
client.go | ||
client_gpl.go | ||
client_nongpl.go | ||
completion.go | ||
config.go | ||
config_test.go | ||
ipmasker.go | ||
kploader.go | ||
main.go | ||
mmdb.go | ||
resolver.go | ||
server.go | ||
update.go |