diff options
Diffstat (limited to 'libpathod/templates/docs_lang_websockets.html')
-rw-r--r-- | libpathod/templates/docs_lang_websockets.html | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/libpathod/templates/docs_lang_websockets.html b/libpathod/templates/docs_lang_websockets.html index 9eb1ec25..a77ac251 100644 --- a/libpathod/templates/docs_lang_websockets.html +++ b/libpathod/templates/docs_lang_websockets.html @@ -48,7 +48,8 @@ <td> k<a href="#valuespec">VALUE</a> </td> <td> Set the masking key. The resulting value must be exactly 4 - bytes long. + bytes long. The special form <b>knone</b> specifies that no key + should be set, even if the mask bit is on. </td> </tr> @@ -68,18 +69,6 @@ </tr> <tr> - <td> r </td> - <td> - Create a "raw" frame: - <ul> - <li> Don't auto-generate the masking key if the mask flag is - set </li> - - <li> Don't set the mask flag if masking key is set. </li> - </td> - </tr> - - <tr> <td> [-]rsv1 </td> <td> Set or un-set the <b>rsv1</b> bit. |