Skip to content

Commit 981bd4d

Browse files
castholmRon Petrusha
authored andcommitted
Fix incorrect WebSocket close status description (#3294)
1 parent 60e9fc4 commit 981bd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.WebSockets/WebSocketCloseStatus.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</ReturnValue>
123123
<MemberValue>1011</MemberValue>
124124
<Docs>
125-
<summary>The connection will be closed by the server because of an error on the server.</summary>
125+
<summary>(1011) The connection will be closed by the server because of an error on the server.</summary>
126126
</Docs>
127127
</Member>
128128
<Member MemberName="InvalidMessageType">
@@ -250,7 +250,7 @@
250250
</ReturnValue>
251251
<MemberValue>1009</MemberValue>
252252
<Docs>
253-
<summary>(1004) Reserved for future use.</summary>
253+
<summary>(1009) The client or server is terminating the connection because it has received a message that is too big for it to process.</summary>
254254
</Docs>
255255
</Member>
256256
<Member MemberName="NormalClosure">

0 commit comments

Comments
 (0)