mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
+ Removing deprecated methods from Session + Fixing client side UpgradeConnection to handle extension via new ExtensionStack object + Making ExtensionStack.getNegotiatedExtensions() return List<ExtensionConfig> instead of List<String> + Fixing tests that relied on changes