Skip to content
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

tests: add case on ssl socket support #202

Open
themilchenko opened this issue Nov 12, 2024 · 0 comments
Open

tests: add case on ssl socket support #202

themilchenko opened this issue Nov 12, 2024 · 0 comments
Labels
1sp code health Improve code readability, simplify maintenance and so on teamE

Comments

@themilchenko
Copy link
Contributor

Since we support TLS in this module, we require sslsocket that may not be supported on system. Need to write test on this case:

http/http/server.lua

Lines 1396 to 1398 in adf731f

if is_tls_enabled and not sslsocket_supported then
error("ssl socket is not supported")
end

@themilchenko themilchenko added 1sp code health Improve code readability, simplify maintenance and so on teamE labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1sp code health Improve code readability, simplify maintenance and so on teamE
Projects
None yet
Development

No branches or pull requests

1 participant