Tom D.
Tom D.
At the moment, doing `QuicStream.end()` without buffering new data will result in the stream end not being sent to the other endpoint. This is a result of zero-length QUIC frames...
When a client tries to create a unidirectional stream towards a server, the server will throw a `PROTOCOL_VIOLATION` QuicError in the `handleMaxStreamDataFrame` function (specifically in the `Stream.isReceiveOnly()` condition). Commenting out...
A few days ago I started experimenting with custom resources for my gdext project and noticed that I started getting editor crashes every time (or at least most of the...