1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-05 16:55:27 -05:00

timeout settings in http proxy

This commit is contained in:
v2ray
2016-07-10 15:34:14 +02:00
parent 5e7d413404
commit 30041041d3
3 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ package http
// Config for HTTP proxy server.
type Config struct {
Timeout int
}
// ClientConfig for HTTP proxy client.