akka-http
akka-http copied to clipboard
The Streaming-first HTTP server/module of Akka
We should go through and document/deprecate
https://github.com/akka/akka-http/actions/runs/6128283335/job/16635127208#step:7:3684 ```scala [3683](https://github.com/akka/akka-http/actions/runs/6128283335/job/16635127208#step:7:3684) [info] - should allow easy handling of futured ToResponseMarshallers *** FAILED *** (1 second, 639 milliseconds) [info] Request was neither completed nor rejected within 1 second (RouteTest.scala:61)...
https://github.com/akka/akka-http/actions/runs/4856926557/jobs/8656939095#step:7:2327 ``` [info] - a test using ~!> and some checks *** FAILED *** (1 second, 318 milliseconds) [info] java.util.concurrent.TimeoutException: Futures timed out after [1 second] [info] at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:259) [info]...
This is happening since 10.1.2 (offending commit is f62419e06) build.gradle ```groovy plugins { id 'scala' } repositories { mavenCentral() } dependencies { implementation group: 'com.typesafe.akka', name: 'akka-http_2.12', version: '10.1.2' implementation...
``` [error] (akka-http2-support / update) sbt.librarymanagement.ResolveException: Error downloading io.github.summerwind:h2spec_darwin_amd64:1.5.0 ``` We do some special trixery for that dependency (its a github download url, not available from any repo), seems support...
A user agent string provided by a Facebook in-app browser causes the parsing functions not to resolve a User-Agent header. Based on the following user agent `Mozilla/5.0 (Linux; Android 13;...
https://github.com/akka/akka-http/actions/runs/5565357492/job/15072636720#step:7:2252 ```scala | [DEBUG] [07/16/2023 02:42:36.972] [pool-1-thread-1-ScalaTest-running-Http2ServerSpec] [WithLogCapturing(akka://Http2ServerSpec)] Logging finished for test [The Http/2 server implementation should support stream for request entity data (min-collect-strict-entity-bytes = 1) should not fail the...
https://github.com/akka/akka-http/actions/runs/5470906217/jobs/9961496867#step:7:5078 ```scala - should be configurable in routing layer despite infinite initial value of request-timeout *** FAILED *** (3 seconds, 272 milliseconds) [info] java.util.concurrent.TimeoutException: Future timed out after [3 seconds]...
https://github.com/akka/akka-http/actions/runs/5217612712/jobs/9417621519#step:7:2149 ```scala [info] - should when the first connection fails to materialize *** FAILED *** (3 seconds, 42 milliseconds) [info] java.lang.AssertionError: assertion failed: timeout (3 seconds) during expectMsgClass waiting for...
https://github.com/akka/akka-http/actions/runs/5075364619/jobs/9116498841#step:7:2371 ``` [info] - should be transparent to exceptions thrown from its inner route *** FAILED *** (1 second, 82 milliseconds) [info] Request was neither completed nor rejected within 1...