support pekko.http.server.enable-http2 by pjfanning · Pull Request #13750 · playframework/playframework
Pull Request Checklist
- Have you read How to write the perfect pull request?
- Have you read through the contributor guidelines?
- Have you referenced any issues you're fixing using commit message keywords?
- Have you added copyright headers to new files?
- Have you checked that both Scala and Java APIs are updated?
- Have you updated the documentation for both Scala and Java sections?
- Have you added tests for any changed functionality?
Helpful things
Fixes
Fixes #xxxx
Purpose
What does this PR do?
Since Pekko 1.3, pekko.http.server.enable-http2 is preferred but worth also setting the older setting just in case too.
Background Context
Why did you take this approach?
References
Are there any relevant issues / PRs / mailing lists discussions?