You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Added a new plugin "http2http" which allows forwarding HTTP requests to another HTTP server, supporting options like local address binding, host header rewrite, and custom request headers.
Added enableHTTP2 option to control whether to enable HTTP/2 in plugin https2http and https2https, default is true.
Changes
Plugin https2http & https2https: return 421 Misdirected Request if host not match sni.