Why is the Connection header missing in the WebFlux netty-server response? #24270
Labels
for: external-project
Needs a fix in external project
in: web
Issues in web modules (web, webmvc, webflux, websocket)
I have a very simple application with WebFlux.
When I test the request with Chrome, I found that the response lost the
Connect
header. There are only 2 headers in my response header.When I test the same application with Undertow as the server, there are 4 headers.
It looks like it lost the
Connection
header. TheConnection
header is very important.Why is the
Connection
header present in the response when using Undertow but not when using Netty?The text was updated successfully, but these errors were encountered: