Closed zhuizhuhaomeng closed 6 months ago
This allows callers of client:connect() to specify a custom host header. This option also overrides the default SNI if not explicitly set. It also adds documentation and tests for the recently-added server_name option.
client:connect()
server_name
This allows callers of
client:connect()
to specify a custom host header. This option also overrides the default SNI if not explicitly set. It also adds documentation and tests for the recently-addedserver_name
option.