Hi,
My origin sends a redirect response back to Cloudflare, because it contains the link header Cloudflare will fetch the url in the link and push it to the client along with the original redirect response.
I see cf-h2-pushed
in the response but I was expecting the initiator to by push
in Chrome web inspector.
Can anyone explain why I don’t see push
like in Golang’s http2 demo https://http2.golang.org/serverpush
Thanks,
Neil