Socks5 icon indicating copy to clipboard operation
Socks5 copied to clipboard

fix net::ERR_CONNECTION_RESET 200 (Ok) problem in chrome

Open gwjwin opened this issue 3 years ago • 0 comments

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

gwjwin avatar Mar 16 '22 13:03 gwjwin