-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
2.2.5.Final
-
None
Just a remineder JIRA as task to investigate either potential bug or misconfiguration.
During work on linked JIRA I removed HTTPS/SSL in order to debug traffic in wireshark without need to play with SSL decryption. TUrns out push never happen in such setup.
HttpServerExchange.getConnection().isPushSupported() return 'false' on every request. For https is 'true'.
- relates to
-
UNDERTOW-1832 HTTP/2 Push works only for first request sent over HTTP/2 connection
- Resolved