davidawesome02

Results 45 comments of davidawesome02

> Solved by writing [my own command node packer](https://github.com/ajh123-development/pymcserv/blob/main/pymcserv/commands/parsers.py). I wish it could be implemented into quarry. NICE JOB BRO, that is cool

Also make a pull request and try to merge it, if owner ever gets active he might

I may be wrong; but according to [mozilla](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade) the upgrade header can be used for http requests, not just switching to websockets, so it should be explicitly checked for the...

New note: [ssl python](https://docs.python.org/3/library/ssl.html) seams to have security concerns, but not sure if it effects servers, seams to be a client only thing, and not sure if `ssl_context = ssl.SSLContext(ssl.PROTOCOL_TLS_SERVER)`...

> Indeed, websockets cannot handle TLS and non-TLS connections on the same port. > > websockets usually runs behind a routing layer (which every cloud hosting service provides) or a...