You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move handling of :ssl-context into aleph.tcp/start-server itself
While `:ssl-context` is still supported by `aleph.netty/start-server` for backwards compatibility,
it now warns about its use. The motivation is to encourage callers to keep the whole pipeline setup
code in a single place to hopefully make it easier to understand at a glance.
0 commit comments