소스 검색

Update comment for saving mask flag/opcode.

William Greathouse 11 년 전
부모
커밋
4e6f2d139e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -4366,7 +4366,7 @@ static void read_websocket(struct mg_connection *conn)
        dynamically allocated buffer if it is too large. */
     char mem[4096];
     char *data = mem;
-    unsigned char mop;  /* mask and opcode */
+    unsigned char mop;  /* mask flag and opcode */
 
     /* Loop continuously, reading messages from the socket, invoking the
        callback, and waiting repeatedly until an error occurs. */