mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-19 06:54:17 +02:00
feat: Populate repo
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user