From a89b46d81d88522aa30725ba0398e6cb9372302f Mon Sep 17 00:00:00 2001 From: Muffin Date: Wed, 10 Apr 2024 08:37:09 -0500 Subject: [PATCH] Document close code 4006 --- doc/protocol.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/protocol.md b/doc/protocol.md index cdab271..97d171d 100644 --- a/doc/protocol.md +++ b/doc/protocol.md @@ -119,4 +119,7 @@ Multiple set messages may be sent in one message where each message is separated 4005 Closed to protect your security When the client does something that compromises its security and the server closes the connection to force the client to fix its code. + +4006 Identify yourself + When the client is not providing sufficient information in the User-Agent header. ```