-
Enhancement
-
Resolution: Done
-
Minor
-
2.1.1.Final
-
None
-
None
Minor optimization I noticed reading through commits since the last release, not likely to have a great deal of real world impact. Most undertow code attempts to reuse listener and wrapper instances where possible, avoiding per-request overhead.
I would propose a private enum singleton in this case instead of a new object for each invocation.