From 25ad2859b4bf1baf2fd130dac298dd7113e86b47 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 7 Dec 2020 21:04:11 +0900 Subject: [PATCH] [Modify] Replace it --- 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 d36d7498..c099bbe9 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -311,7 +311,7 @@ namespace WebSocketSharp.Net conn._context.Request.FinishInitialization (); if (conn._context.HasError) { - conn.SendError (); + conn._context.SendError (); return; }