-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for Netty connection cleanup bug #2233
Fix for Netty connection cleanup bug #2233
Commits on Aug 4, 2023
-
feat: add IdleState handling for outbound connections so that they ar…
…e automatically closed when idle as with inbound connections
Configuration menu - View commit details
-
Copy full SHA for 5ce3703 - Browse repository at this point
Copy the full SHA 5ce3703View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c76f0 - Browse repository at this point
Copy the full SHA f8c76f0View commit details -
fix: NettyIdleStateKeepAliveHandler should call close on connection n…
…ot the channel context. Closign the connection should cascade and close both session and Netty channel
Configuration menu - View commit details
-
Copy full SHA for 76c3c71 - Browse repository at this point
Copy the full SHA 76c3c71View commit details -
feat: add IdleState handling for outbound connections so that they ar…
…e automatically closed when idle as with inbound connections
Configuration menu - View commit details
-
Copy full SHA for e059718 - Browse repository at this point
Copy the full SHA e059718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e18cc - Browse repository at this point
Copy the full SHA 85e18ccView commit details -
fix: NettyIdleStateKeepAliveHandler should call close on connection n…
…ot the channel context. Closign the connection should cascade and close both session and Netty channel
Configuration menu - View commit details
-
Copy full SHA for f6f76f9 - Browse repository at this point
Copy the full SHA f6f76f9View commit details -
Merge remote-tracking branch 'origin/netty-connection-cleanup-bug' in…
…to netty-connection-cleanup-bug
Configuration menu - View commit details
-
Copy full SHA for bcc7577 - Browse repository at this point
Copy the full SHA bcc7577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2062f82 - Browse repository at this point
Copy the full SHA 2062f82View commit details -
fix: OF-2559 - cleanup Connection & session when channel unregistered…
… to prevent NPE in session summary
Configuration menu - View commit details
-
Copy full SHA for 93221e7 - Browse repository at this point
Copy the full SHA 93221e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 428b371 - Browse repository at this point
Copy the full SHA 428b371View commit details
Commits on Aug 7, 2023
-
Fix server-session-details NPE
JSP resolvers are unable to resolve default properties on interfaces. NPEs were caused by the failure to resolve the new default methods on the ServerSession interface (e.g. `ServerSession#isUsingServerDialback()`) See this post for further details: https://stackoverflow.com/questions/35130290/property-not-found-on-type-when-using-interface-default-methods-in-jsp-el
Configuration menu - View commit details
-
Copy full SHA for ff07c70 - Browse repository at this point
Copy the full SHA ff07c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6a16b - Browse repository at this point
Copy the full SHA 5a6a16bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61ee3e - Browse repository at this point
Copy the full SHA c61ee3eView commit details