We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93cd19 commit 2bdb23eCopy full SHA for 2bdb23e
Enyim.Caching/Memcached/PooledSocket.cs
@@ -53,7 +53,7 @@ public PooledSocket(DnsEndPoint endpoint, TimeSpan connectionTimeout, TimeSpan r
53
this.socket = socket;
54
this.endpoint = endpoint;
55
56
- this.inputStream = new BasicNetworkStream(socket);
+ this.inputStream = new NetworkStream(socket);
57
}
58
59
private void ConnectWithTimeout(Socket socket, DnsEndPoint endpoint, int timeout)
0 commit comments