﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1935	Send cookie headers with HTTP2 Server Push	https://stackoverflow.com/users/769308/jaap3		"I was experimenting with the use of HTTP2 Server Push to accelerate redirects by adding a `Link: <location>; as=document; rel=preload` to redirect responses.

I had some success, but noticed unwanted behavior on redirects to resources that require specific cookies (e.g. a session identifier).

It turns out that nginx doesn't forward the cookie header to the resource that's being pushed.

It seems that this is by design. I came across issue #1817 and #1851 and assume that this ticket will be closed as a duplicate. 

I wonder if there is some spec text I can refer to that rules out these headers."	enhancement	closed	minor		nginx-module	1.17.x	wontfix	http2 server push cookies			nginx version: nginx/1.16.1
