kazuho / draft-kazuho-httpbis-priority

Other
6 stars 4 forks source link

Server sending "SETTINGS_HEADER_BASED_PRIORITY" #26

Closed rmarx closed 4 years ago

rmarx commented 5 years ago

I'm not sure on the rationale to prohibit the server from sending the "SETTINGS_HEADER_BASED_PRIORITY" parameter?

I would agree it's not of much use to the client, but since you're targeting intermediates as well, I can assume they might want to know if they need to take server-side priorities into account or not? Might allow them to skip looking at/for those headers?

LPardue commented 5 years ago

I think this is a valid question. Some earlier discussion/context happened on PR https://github.com/kazuho/draft-kazuho-httpbis-priority/pull/11#issuecomment-508079955

In a nutshell, negotiation might be required depending on how the reprioritization story plays out. In the meantime, I don't think it adds much value. The client can simply send the header regardless of what servers implement or if the client actually sends the setting itself. However, if the server can send this parameter, we need to define the handling of cases when a) it's advertised and not respected b) race conditions in a protocol like H3, where priority information could arrive before settings.

kazuho commented 4 years ago

Closing as we no longer have this settings parameter.