Skip to content

Commit

Permalink
fixup docs/WebSockets.md mention max frame size
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 18, 2022
1 parent c43b625 commit a1508c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/WebSockets.md
Expand Up @@ -37,6 +37,16 @@ The new function calls:

`curl_ws_meta()` - NOT IMPLEMENTED YET

## Max frame size

The current implementation only supports frame sizes up to a max (64K right
now). This is because the API delivers full frames and it then cannot manage
the full 2^63 bytes size.

If we decide we need to support (much) larger frames than 64K, we need to
adjust the API accordingly to be able to deliver partial frames in both
directions.

## Command line tool websockets

The plan is to make curl do websockets similar to telnet/nc. That part of the
Expand Down

0 comments on commit a1508c4

Please sign in to comment.