| 10:45 | <zcorpan> | structured fields has weird rules for what whitespace is allowed where |
| 10:46 | <annevk> | zcorpan: did you file an issue? |
| 10:47 | <zcorpan> | not yet |
| 10:47 | <annevk> | zcorpan: I suspect that might still be possible to tweak, albeit a bit late in the game |
| 11:06 | <zcorpan> | annevk: is email the way to report issues? |
| 11:07 | <annevk> | zcorpan: no |
| 11:07 | <annevk> | zcorpan: https://github.com/httpwg/http-extensions/issues |
| 11:07 | <zcorpan> | annevk: thanks |
| 11:30 | <zcorpan> | https://github.com/httpwg/http-extensions/issues/1251 |
| 13:36 | <annevk> | zcorpan: I'm not sure I understand some comments around COOP and SFV |
| 13:37 | <annevk> | zcorpan: are you saying that some values with whitespace are no longer valid? |
| 13:39 | <annevk> | zcorpan: in particular I don't see why \tsame-origin would be invalid |
| 13:41 | <zcorpan> | annevk: right. that's what the issue i filed is about. it changed in https://github.com/httpwg/http-extensions/pull/1002 and then in https://github.com/httpwg/http-extensions/pull/1173 |
| 13:41 | <zcorpan> | only SP is allowed, except in lists and dictionaries, which allows OWS around the comma |
| 13:42 | <annevk> | zcorpan: I think that's a misunderstanding |
| 13:42 | <annevk> | zcorpan: SFV only defines header values |
| 13:42 | <annevk> | zcorpan: and per HTTP, you get the value after removing surrounding whitespace |
| 13:42 | <annevk> | zcorpan: so the \t is gone by the time SFV takes a look at it |
| 13:42 | <zcorpan> | annevk: then why does SFV trim a leading SP? |
| 13:43 | <annevk> | zcorpan: well, you got me there |
| 13:47 | <annevk> | zcorpan: where does it say that? |
| 13:47 | <annevk> | zcorpan: I don't see that in the item/token parser |
| 13:47 | <zcorpan> | annevk: https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html#text-parse step 2 (also step 6 for trailing SP) |
| 13:48 | <annevk> | thanks |
| 15:10 | <Domenic> | Oooh, https://greenbytes.de/tech/webdav/rfc7230.html is a nicely-formatted page... |
| 16:44 | <Domenic> | Navigation is starting to look not-terrible... |
| 17:06 | <annevk> | Yeah, lots of nice minor improvements there (in part enabled by openly acknowledging some XXX and not going after those) |
| 17:06 | <annevk> | well, not blocking on those |