Open
Description
(re. draft-nottingham-http-availability-hints)
@mnot's suggestion via email was:
- ignore unrecognized parameters
- treat other unexpected data structures like a syntax error and ignore the field (i.e., falling back to vary)
I think this makes sense; it fails safe for most cases and if we ever added a parameter where it would be incorrect for existing implementations to ignore it, we could add a must-support-whizbang
or similar token which older implementations would reject.
Filed this as an issue both because it's slightly less trivial to actually make this change as I sit here, and because it's nuanced enough that someone might have second thoughts before someone sits down to address this.
Activity