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
..
2022-08-13 11:04:28 -07:00
2022-08-13 11:04:28 -07:00
2022-08-25 00:42:36 +08:00
2022-08-13 11:04:28 -07:00
2022-08-10 21:56:47 -07:00
2022-08-13 11:04:28 -07:00