Skip to content

Commit b58ed04

Browse files
committed
Save TextSocketHelper.cs with utf-8 encoding
1 parent 32ab650 commit b58ed04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Enyim.Caching/Memcached/Protocol/Text/TextSocketHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using System.Text;
44
using System.Collections.Generic;
@@ -58,7 +58,7 @@ public static string ReadResponse(PooledSocket socket)
5858
/// <returns></returns>
5959
private static string ReadLine(PooledSocket socket)
6060
{
61-
MemoryStream ms = new MemoryStream(50);
61+
var ms = new MemoryStream(50);
6262

6363
bool gotR = false;
6464
//byte[] buffer = new byte[1];

0 commit comments

Comments
 (0)