braid-org / braid-spec

Working area for Braid extensions to HTTP
https://braid.org
233 stars 16 forks source link

Cache-Control is missing from the spec #111

Closed toomim closed 1 year ago

toomim commented 2 years ago

Our current implementations (both braidify and braid-protocol) both set the cache-control: no-cache, no-transform header, but it looks like this is no longer in the spec.

image

It looks like it used to exist, as I see lots of discussion in issues mentioning it: https://github.com/braid-org/braid-spec/issues/16, https://github.com/braid-org/braid-spec/issues/69, https://github.com/braid-org/braid-spec/issues/74, https://github.com/braid-org/braid-spec/issues/17.

I think we should add it back into the spec, but I suppose first we might want to discover where in the spec's git history it disappeared.

toomim commented 1 year ago

Ah, the historical reasoning is all documented in https://github.com/braid-org/braid-spec/issues/16. Closing this issue as a duplicate.