-
Another one from https://github.com/http4s/http4s/pull/5241. See also https://github.com/http4s/http4s/issues/5242.
I'm using Oracle JDK 17 on my local and this error was consistently different fro…
-
It would be good if there was a way to adapt or extend the current request conversion which is [hidden down in Http4sServlet](https://github.com/http4s/http4s-servlet/blob/series/0.24/servlet/src/main…
-
A dependency in my project uses http4s 0.21.19. Yet when I build my project I have this error
```
[error] (assembly) deduplicate: different file contents found in the following:
[error] //.ivy2/c…
-
http4s/http4s#796 was a bug, but it's too easy to deadlock a server. We should consider a timer so borrows don't hang indefinitely for the next time we or our an app does something stupid.
-
In one of my project we are moving away from `akka (v10.2.9)` to `http4s (v0.23.12)`. In akka we are creating http server using `akka.http.scaladsl.Http` object which internally creates `HttpConnectio…
-
When a user generates a template and uses the provided `flake.nix` via `nix develop` (see https://github.com/typelevel/typelevel-nix for more details) it generates a `flake.lock` file.
1. Should th…
-
We currently do not support graceful shutdown in blaze.
We would ideally prefer to have a graceful shutdown, and a time till a hard shutdown. @rossabaker has been working on it and can give more sp…
-
According to the [RFC](https://datatracker.ietf.org/doc/html/rfc2616#page-31):
> Multiple message-header fields with the same field-name MAY be
present in a message if and only if the entire fi…
-
https://github.com/http4s/http4s/blob/c1deeac33cf14668e1a5b4d167385d585bb970d9/blaze-client/src/main/scala/org/http4s/client/blaze/Http1Connection.scala#L161
The request is started so the error get…
-
Just a random idea I've been brewing, feel free to tell me I'm being dumb
It seems to me a lot of the trickiness with `scalacOptions` is that in userland we want to operate (add/remove) with a high…