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
# Propagate all multi-instance headers from a single subgraph response
7
+
8
+
When a subgraph responded with multiple instances of a never-join header (`Set-Cookie` or `WWW-Authenticate`), the router only forwarded one of them to the client and silently dropped the rest.
9
+
10
+
The fix is to propagate all values of a never-join header as separate header fields end-to-end, rather than just the first value.
0 commit comments