munding
munding
I wrote a socks5 matcher like TLS,just match one byte ```go func SOCKS5(versions ...int) Matcher { if len(versions) == 0 { versions = []int{ 0x05, } } prefixes := [][]byte{}...
like this ```go func (p *PoolConn) Close() error { p.mu.RLock() defer p.mu.RUnlock() if p.unusable { if p.Conn != nil {
This feature can be used for servers listening behind HAProxy of load balancers(Nginx). Those load balancers support the use of a proxy protocol (http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt), which provides a simple mechansim for...
貌似只在 http roundtrip 中用了 dnscache