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 Jun 20, 2019. 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)
From @benaadams on May 1, 2016 11:37
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
Copied from original issue: aspnet/IISIntegration#160
The text was updated successfully, but these errors were encountered: