Commit aeaf1f67 authored by Honfika's avatar Honfika

removed some debug code lines

parent 8e64e8db
...@@ -207,10 +207,6 @@ namespace Titanium.Web.Proxy.Ssl ...@@ -207,10 +207,6 @@ namespace Titanium.Web.Proxy.Ssl
int length = peekStream.ReadInt16(); int length = peekStream.ReadInt16();
var ps0 = new CustomBufferedPeekStream(serverStream, 5);
var data0 = ps0.ReadBytes(length);
var str = string.Join(" ", data0.Select(x=>x.ToString("X2")));
if (peekStream.ReadByte() != 0x02) if (peekStream.ReadByte() != 0x02)
{ {
// should be ServerHello // should be ServerHello
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment