Johan Andrén
Johan Andrén
Could workaround it by temporary commenting out ` .settings(Dependencies.http2Tests)` in `build.sbt` and then loading the project in IntelliJ
Is the config `akka.http.parsing.modeled-header-parsing` left at the default `on`? (If disabled then only a very small set of essential headers are parsed into model headers and the rest is left...
Ah, sorry, you mentioned it works as expected with another user agent string, so it is something about the value then
Ok, reading up a bit more it seems that the FB user-agent header value is not RFC compliant. We have previously silenced logging warnings for such (https://github.com/akka/akka-http/issues/687), but in this...
https://github.com/akka/akka-http/actions/runs/4804160225/jobs/8549368341#step:7:2846
We should probably spend some time to figure out what the flakiness is about.
https://github.com/akka/akka-http/actions/runs/4921593158/jobs/8791571934#step:7:2025
@jroper this adds cert rotation and easier loading of certs/private key when they are in PEM format, that doesn't cover mTLS though. Do you think we should have additional easy-load...
Ready for final review
I think this is the first time we have seen any requests to support such root-relative link headers (the only thing related I can find is a previous issue by...