Browse Source
Prior to this commit, the `SslInfo` would be missing for WebFlux apps when deployed on Reactor Netty with http/2. This commit ensures that the request adapter checks the current channel and the parent channel for the presence of the `SslHander`. In the case of http/2, the `SslHander` is tied to the parent channel. Fixes gh-25286 See gh-25278pull/25714/head
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue