Johan Andrén

Results 636 comments of 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...

@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...

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...