mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-07-08 19:57:39 +00:00
feat(config): add HTTP2 field to ServerInstanceConfig and align with server.Config
This commit is contained in:
@@ -16,6 +16,7 @@ func FromConfigInstanceToServerConfig(sic *config.ServerInstanceConfig, handler
|
||||
Description: sic.Description,
|
||||
Handler: handler,
|
||||
GZIP: sic.GZIP,
|
||||
HTTP2: sic.HTTP2,
|
||||
|
||||
SSLCert: sic.SSLCert,
|
||||
SSLKey: sic.SSLKey,
|
||||
|
||||
Reference in New Issue
Block a user