akka-http
akka-http copied to clipboard
The Streaming-first HTTP server/module of Akka
Replicated error on: HEAD of master (25f5eb128e62f303f84f9bcdafd2a7861d604458 currently) My version: v10.0.14 ```scala import akka.actor.ActorSystem import akka.http.scaladsl.client.RequestBuilding import akka.http.scaladsl.Http import akka.http.scaladsl.model._ import akka.http.scaladsl.model.headers._ import akka.http.scaladsl.model.MediaTypes import akka.http.scaladsl.model.StatusCodes import akka.http.scaladsl.server.Directives._ import akka.http.scaladsl.server.Route...
https://github.com/akka/akka-http/actions/runs/4496373106/jobs/7910961387#step:7:2011
In RFC5988 and it's successor [RFC8288: Web Linking](https://www.rfc-editor.org/rfc/rfc8288) the BNF of the Link header is defined as ```BNF link-value = "" *( OWS ";" OWS link-param ) ``` where URI-Reference...
https://github.com/akka/akka-http/actions/runs/3551826795/jobs/5966320638#step:7:2133 ``` [info] should eventually fail (with backoff: true) [2104](https://github.com/akka/akka-http/actions/runs/3551826795/jobs/5966320638#step:7:2105) --> [HTTP 2 managed persistent connection (tls = false) should eventually fail (with backoff: true) should when connecting keeps failing]...
https://github.com/akka/akka-http/actions/runs/4856926557/jobs/8656939183#step:7:1196 ``` [info] - should produce a useful error message when connecting to a HTTP endpoint over HTTPS *** FAILED *** (6 seconds, 242 milliseconds) [info] java.lang.AssertionError: timeout (6 seconds)...
GracefulTerminationSpec.Graceful termination should in-flight request responses should include Connection: close and connection should be closed Seen in https://jenkins.akka.io:8498/job/akka-http-nightly/165/AKKA_VERSION=release-2.5,Node=akka-http-nightly-node,SCALA_VERSION=2.13.2,jdk=AdoptOpenJDK%2011/testReport/junit/akka.http.scaladsl/GracefulTerminationSpec/Graceful_termination_should_in_flight_request_responses_should_include_Connection__close_and_connection_should_be_closed/
https://github.com/akka/akka-http/actions/runs/4214135482/jobs/7314385857#step:7:1280 ``` [info] - should provide whenTerminated future that completes once server has completed termination (existing connection, user reply, terminate, no reply) *** FAILED *** (1 second, 563 milliseconds) [info]...
**Issue by [jrudolph](https://github.com/jrudolph)** _Monday Sep 29, 2014 at 08:00 GMT_ _Originally opened as https://github.com/akka/akka/issues/15990_ --- The high-level client-side API should support some form of configurable redirection handling. Several things need...
If I make a request to an Akka HTTP server with an unsupported method, I get this: ``` $ curl http://localhost:9000 -X REMOTE -D - HTTP/1.1 501 Not Implemented Date:...
Here https://doc.akka.io/docs/akka-http/current/client-side/host-level.html#pool-shutdown Not sure if we should just implement with a coordinated shutdown task calling shutdownAllConnectionPools or just change documentation to describe that.