소스 검색

Client must verify itself only once.

anon 5 년 전
부모
커밋
df5d86a084
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Client-Server Protocol.md

+ 1 - 2
Client-Server Protocol.md

@@ -58,8 +58,7 @@ Commands can be used unrelated to each other.
 Client:
 ```
 {
-	"command": "status",
-	"sid": "sessionID"
+	"command": "status"
 }
 ```