Commit ID 925064ecf191936d7316732167805c6ecbacd469
Contributor: |
normanmaurer
as Norman Maurer
|
Files Modified | 1 | |
Date: | 08-November-2024 at 12:12 | Lines Added: | 1 | |
Repository: | https://github.com/netty/netty 4.1 | Lines Removed: | 1 | |
Commit Comment: | Preserve ordering of default named groups during conversation (#14447) Motivation: We should preserve the ordering of the default named groups during conversation to openssl naming as otherwise it might prioritize groups in an unexpected way. Modifications: Replace HashSet with LinkedHashSet Result: Ordering of default groups is preserved during initialization |
Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed | |
---|---|---|---|---|---|---|---|
Java | 1 | 1 | 0 | 0 | 0 | 0 |
File | Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed |
---|---|---|---|---|---|---|---|
handler/src/main/java/io/netty/handler/s... | Java | 1 | 1 | 0 | 0 | 0 | 0 |