mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-14 12:34:10 +02:00
feat: Populate repo
This commit is contained in:
1
git/wsserver/tests/fuzzy/packets/frames/close
Normal file
1
git/wsserver/tests/fuzzy/packets/frames/close
Normal file
@@ -0,0 +1 @@
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
1
git/wsserver/tests/fuzzy/packets/frames/ping
Normal file
1
git/wsserver/tests/fuzzy/packets/frames/ping
Normal file
@@ -0,0 +1 @@
|
||||
‰€Z¯a\
|
||||
14
git/wsserver/tests/fuzzy/packets/frames/req_chrome
Normal file
14
git/wsserver/tests/fuzzy/packets/frames/req_chrome
Normal file
@@ -0,0 +1,14 @@
|
||||
GET / HTTP/1.1
|
||||
Host: 127.0.0.1:8080
|
||||
Connection: Upgrade
|
||||
Pragma: no-cache
|
||||
Cache-Control: no-cache
|
||||
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36
|
||||
Upgrade: websocket
|
||||
Origin: file://
|
||||
Sec-WebSocket-Version: 13
|
||||
Accept-Encoding: gzip, deflate, br
|
||||
Accept-Language: pt-BR,pt;q=0.9,en;q=0.8,es;q=0.7,ja;q=0.6
|
||||
Sec-WebSocket-Key: 6d9YPRqkE/4/sU4/POk7ww==
|
||||
Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits
|
||||
|
||||
15
git/wsserver/tests/fuzzy/packets/frames/req_firefox
Normal file
15
git/wsserver/tests/fuzzy/packets/frames/req_firefox
Normal file
@@ -0,0 +1,15 @@
|
||||
GET / HTTP/1.1
|
||||
Host: 127.0.0.1:8080
|
||||
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
|
||||
Accept: */*
|
||||
Accept-Language: en-US,en;q=0.5
|
||||
Accept-Encoding: gzip, deflate
|
||||
Sec-WebSocket-Version: 13
|
||||
Origin: null
|
||||
Sec-WebSocket-Extensions: permessage-deflate
|
||||
Sec-WebSocket-Key: j8n3iFH1vFfiTp1xmWAIuw==
|
||||
Connection: keep-alive, Upgrade
|
||||
Pragma: no-cache
|
||||
Cache-Control: no-cache
|
||||
Upgrade: websocket
|
||||
|
||||
7
git/wsserver/tests/fuzzy/packets/frames/req_websocat
Normal file
7
git/wsserver/tests/fuzzy/packets/frames/req_websocat
Normal file
@@ -0,0 +1,7 @@
|
||||
GET / HTTP/1.1
|
||||
Host: 127.0.0.1:8080
|
||||
Connection: Upgrade
|
||||
Upgrade: websocket
|
||||
Sec-WebSocket-Version: 13
|
||||
Sec-WebSocket-Key: SgZwqWhWxeYDxvVdcUjJIQ==
|
||||
|
||||
Reference in New Issue
Block a user