Browse Source

[Modify] Polish it

pull/298/merge
sta 4 months ago
parent
commit
2fe3885bd1
  1. 2
      websocket-sharp/Server/WebSocketBehavior.cs

2
websocket-sharp/Server/WebSocketBehavior.cs

@ -138,7 +138,7 @@ namespace WebSocketSharp.Server
protected NameValueCollection QueryString {
get {
if (_context == null) {
var msg = "The session has not started yet.";
var msg = "The get operation is not available.";
throw new InvalidOperationException (msg);
}

Loading…
Cancel
Save