Skip to content

Commit d397052

Browse files
committed
Add comment on why we recur in channel-ssl-session
1 parent 3d0eab6 commit d397052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aleph/netty.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@
11951195
^SslHandler (.get SslHandler)
11961196
.engine
11971197
.getSession)
1198+
;; Needed for multiplexed child channels (e.g. as present in HTTP/2)
11981199
(recur (.parent ch))))
11991200

12001201
(defn ^:no-doc ssl-handshake-error? [^Throwable ex]

0 commit comments

Comments
 (0)