Erlend Hamnaberg

Results 55 issues of Erlend Hamnaberg

There is an incubation module we can start with [here](https://github.com/netty/netty-incubator-codec-http3) Examples are found in the tests - [ ] server - [ ] client

enhancement

If content length is < configured chunk size, we should aggregate all chunks into one and emit a FullHttpMessage - [ ] client - [ ] server

good first issue

http4s model does not handle continuation frames, so we need to convert that

Not fixed in this phab, but it looks like the idle timeout in HTTP/2 will only apply per-stream. I suspect we'd want it to apply for the whole session and...

https://github.com/IndiscriminateCoding/jetty4s/blob/dev/server/src/main/scala/jetty4s/server/JettyServerBuilder.scala#L78

We should use sbt-circe-org here to make sure we are consistent in the build setup

help wanted
good first issue

We should archive this repository since we have a deprecation notice here now

pure-scala yaml parser, which also has parsers for js and native