diff --git a/websocket-sharp/Net/ResponseStream.cs b/websocket-sharp/Net/ResponseStream.cs index bd6caf4e..0561d9a8 100644 --- a/websocket-sharp/Net/ResponseStream.cs +++ b/websocket-sharp/Net/ResponseStream.cs @@ -218,6 +218,7 @@ namespace WebSocketSharp.Net } _response.CloseConnection = headers["Connection"] == "close"; + return true; }