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
fix: align request ID to standard x-request-id with backward compatibility
this adds x-request-id support in both headers and trailers:
- RequestIDHeader: new header constant for HTTP/1.1 clients that can't
easily read trailers through the gateway
- RequestID: stays as a trailer to maintain gRPC retry policy
compatibility (see cefe49ab for why trailers matter)
- RequestIDLegacy: keeps the old io.spicedb.respmeta.requestid key
around so existing clients don't break during transition
0 commit comments