Matheus Valadares
Matheus Valadares
See how this other repo does it: https://github.com/Talv/sc2-repdump/blob/e31dede06512d7b3e445b96327102defe28083a2/s2repdump/bank.py#L92 After changing this, I'm able to sign bank files with signatures that match the game.
Here's my proposal for a WebSocket extension that would expose UDP securely to web pages: During the initial WebSocket handshaking, the client signals support with the header `Sec-WebSocket-Extensions: udp`. The...
Firefox has a slightly different header for websocket opening handshakes, mainly, its `Connection` header is: ``` Connection: keep-alive, Upgrade ``` I think it'd be interesting to add a test case...
Sometimes, because of 5xx errors, Linode doesn't actually return a JSON, but an error string. That causes linode-api to crash. This patch fixes this by forwarding an invalid JSON error...