Andrei Mihu

Results 3 issues of Andrei Mihu

I have a server that regularly receives relatively large requests, and it would be very helpful if Cowboy accepted compressed requests. Perhaps look for a `Content-Encoding: gzip` request header, and...

Feature request

When receiving unreliable message fragments an exception is thrown in [`PacketIO. ReadFragmentHeader`](https://github.com/KillaMaaki/ReliableNetcode.NET/blob/075390df201c44764393553a5879ed6eda2e9916/ReliableNetcode/Utils/IO/PacketIO.cs#L117). This seems to work as intended when sending with `QoSType.Reliable`, but fails with `QoSType.Unreliable`. Haven't tried `QoSType.UnreliableOrdered`. Is...