From 1692f87d07c5ecc4b3eb31d7f225fa0a833e7437 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 12 Jan 2015 14:07:12 +0900 Subject: [PATCH] Refactored a few for HttpConnection.cs --- websocket-sharp/Net/HttpConnection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index dfbf14e7..6d7d41f5 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -2,7 +2,7 @@ /* * HttpConnection.cs * - * This code is derived from System.Net.HttpConnection.cs of Mono + * This code is derived from HttpConnection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License