Socks5
Socks5 copied to clipboard
fix net::ERR_CONNECTION_RESET 200 (Ok) problem in chrome
Missing Sock.Shutdown() and not all data is sent and received to the client. This problem happens when remote server using "Connection: close", content won't send to client after HTTP header at all, because remote server close the connection too quickly. Takes me a lot of time to find out the wrong code :P