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
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
To more fully utilize http/2 where available, if response includes Link header with a local path and rel of preload add PushPromise for that path.
This will enable the reverse-proxy (IIS) to "value add" more http/2 features to Kestrel when used in that configuration. (e.g. Win10, Server 2016, nano server)
To more fully utilize http/2 where available, if response includes
Link
header with a local path andrel
ofpreload
addPushPromise
for that path.This will enable the reverse-proxy (IIS) to "value add" more http/2 features to Kestrel when used in that configuration. (e.g. Win10, Server 2016, nano server)
e.g.
Add
Or
Add
IIS PushPromise as per http://blogs.iis.net/davidso/http2
Link header parsing to add push promises as per https://blog.cloudflare.com/announcing-support-for-http-2-server-push-2/
/cc @DamianEdwards
The text was updated successfully, but these errors were encountered: