Skip to content

Commit

Permalink
minor ssl test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Apr 5, 2024
1 parent def7b96 commit 03425b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/8.ssl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -601,12 +601,13 @@ function TestSSL:testSNI()
srv:want()
until (rs and cs) or (rs == nil or cs == nil)

local sbio = bio.filter('ssl', ssl)
sbio:close()
-- FIXME: bio ssl filter
local sbio = bio.filter('ssl', cli, 0)

cli:clear()
cli:shutdown()

sbio:close()
bs:close()
bc:close()

Expand Down

0 comments on commit 03425b9

Please sign in to comment.