diff --git a/websocket-sharp/Net/RequestStream.cs b/websocket-sharp/Net/RequestStream.cs index 6e5945c3..1cf17a9f 100644 --- a/websocket-sharp/Net/RequestStream.cs +++ b/websocket-sharp/Net/RequestStream.cs @@ -119,7 +119,7 @@ namespace WebSocketSharp.Net { // This method returns a int: // - > 0 The number of bytes read from the internal buffer - // - 0 0 byte read from the internal buffer + // - 0 No more bytes read from the internal buffer // - -1 No more content data if (_bodyLeft == 0)