-
Hey.
We are having this error pop up in our log every now and then using http4s 0.20.11.
```
Exception in thread "pool-8-thread-1618" java.lang.NullPointerException
at org.http4s.blaze.pipeline…
-
Nothing failed, so I suspect this is a racy shutdown:
```
16:14:21.837 [anInnocuousThread] ERROR org.http4s.blaze.util.Execution - Trampoline EC Exception caught
java.lang.IllegalStateException: Pr…
-
https://github.com/davenverse/googleapis-http4s-runtime/pull/25 contains the following changes
- https://github.com/davenverse/googleapis-http4s-runtime/pull/10
- https://github.com/davenverse/g…
-
Given the following test case code:
``` scala
import zio._
import zio.console.Console
import io.github.vigoo.zioaws.{iam, core, http4s}
import io.github.vigoo.zioaws.iam.Iam
import io.github.v…
-
(I'm filing this per [discussion](https://gitter.im/http4s/rho?at=5c26266f2863d8612ba068a5) with @zarthross on Gitter.)
**How to reproduce**
```scala
import cats.effect.{ExitCode, IO, IOApp, Sy…
-
When running sbt [lint](https://github.com/http4s/http4s/blob/series/0.23/build.sbt#L1017), the following errors result in a Compilation Failed. These errors do not show up in the CI builds. The [Cont…
-
When using an HTTP4S `0.21.1` client (aync-http) and a HTTP4S server (blaze), I frequently receive the following errors on `GET` requests that occur immediately after `POST` requests with a string bod…
-
We suspect there is a performance regression in [v0.23.12](https://github.com/http4s/http4s-servlet/releases/tag/v0.23.12). This was initially noticed by updating [http4s-jetty to 0.23.12](https://git…
-
Hi guys,
The following code doesn't compile with a `could not find implicit value for parameter hltf: org.http4s.rho.bits.HListToFunc[F,String :: shapeless.HNil,String => F[Test.this.Ok.T[String]]]…
-
When sending a `GET` request (no body) using the Jetty client sometimes it sends multiple network-level requests and uses `Transfer-Encoding: chunked`. From local testing manually setting `content-len…