WebSockets
ws: Invalid fragmented message without final frame
Debug
ws
http
lib2700
ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
CURL_WS_FORCE_ZERO_MASK=1
upgrade
# Full list of frames: see below
# First a fragmented TEXT message with the last frame missing
# Second a valid BINARY frame
HTTP/1.1 101 Switching to WebSockets
Server: server/%TESTNUMBER
Upgrade: Websocket
Connection: Upgrade
Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
%hex[%01%02t1]hex%%hex[%00%02t2]hex%%hex[%82%01b]hex%
# Echo of reply data with additional masking up to the missing final frame
%hex[%01%82%00%00%00%00t1]hex%%hex[%00%82%00%00%00%00t2]hex%
# Only frames up to the missing final frame
txt --- [2] t1
txt --- [2] t2
# CURLE_RECV_ERROR
56
# Strip HTTP header from
^GET /.*
^(Host|User-Agent|Accept|Upgrade|Connection|Sec-WebSocket-(Version|Key)): .*
^\s*$