[{"author": "Julian Reschke", "text": "

si

", "time": "2022-10-05T21:01:36Z"}, {"author": "Chris Lemmons", "text": "

Indeed we can.

", "time": "2022-10-05T21:01:36Z"}, {"author": "Daniel Stenberg", "text": "

can hear

", "time": "2022-10-05T21:01:39Z"}, {"author": "Martin Thomson", "text": "

I am on codimd scribing now.

", "time": "2022-10-05T21:04:21Z"}, {"author": "Tommy Pauly", "text": "

https://notes.ietf.org/notes-httpbis-22-10

", "time": "2022-10-05T21:04:41Z"}, {"author": "Tommy Pauly", "text": "

For people to get to the notes

", "time": "2022-10-05T21:04:47Z"}, {"author": "Martin Thomson", "text": "

I will do it.

", "time": "2022-10-05T21:04:50Z"}, {"author": "Justin Richer", "text": "

I can help with patch and edits if we're doing it in hedgedoc

", "time": "2022-10-05T21:05:05Z"}, {"author": "Martin Thomson", "text": "

There are two places. I started from the minutes.

", "time": "2022-10-05T21:05:25Z"}, {"author": "David Schinazi", "text": "

We're getting crackling sounds from you mnot, from memory mute/unmute fixes it

", "time": "2022-10-05T21:05:29Z"}, {"author": "Martin Thomson", "text": "

Have you tried turning it off and on again.

", "time": "2022-10-05T21:06:22Z"}, {"author": "Lucas Pardue", "text": "

its just the oz gov tapping in

", "time": "2022-10-05T21:06:36Z"}, {"author": "Daniel Stenberg", "text": "

fixed

", "time": "2022-10-05T21:06:41Z"}, {"author": "Martin Thomson", "text": "

better

", "time": "2022-10-05T21:06:42Z"}, {"author": "Martin Thomson", "text": "

That is Mark Nottingham's screen.

", "time": "2022-10-05T21:07:06Z"}, {"author": "Lucas Pardue", "text": "

oz gov gave permission :joy:

", "time": "2022-10-05T21:07:34Z"}, {"author": "Martin Thomson", "text": "

Perhaps you can give the presenter the ball.

", "time": "2022-10-05T21:07:40Z"}, {"author": "Martin Thomson", "text": "

Oh, you can't because you didn't upload them.

", "time": "2022-10-05T21:08:04Z"}, {"author": "Justin Richer", "text": "

fullscreen the slides please?

", "time": "2022-10-05T21:08:09Z"}, {"author": "Mark Nottingham", "text": "

Justin: click 'expand video' (arrow icon next to the bitrate at the top left)

", "time": "2022-10-05T21:11:32Z"}, {"author": "Martin Thomson", "text": "

with 1xx, this round trip is in parallel to the upload

", "time": "2022-10-05T21:16:15Z"}, {"author": "Julian Reschke", "text": "

Why can't the initial request starting to stream the payload as well?

", "time": "2022-10-05T21:16:22Z"}, {"author": "Martin Thomson", "text": "

@Julian: my point exactly

", "time": "2022-10-05T21:16:37Z"}, {"author": "Mike Bishop", "text": "

Right, the token can be used if the client needs to resume that particular upload.

", "time": "2022-10-05T21:17:04Z"}, {"author": "Tommy Jensen", "text": "

My read of the doc was that the initial req, the create, was also attempting to upload just in case the server doesn't support it, so I'm with everyone else (the \"extra\" RTT is nbd)

", "time": "2022-10-05T21:17:26Z"}, {"author": "Julian Reschke", "text": "

yep, it is only needed if the initial request fails/is aborted

", "time": "2022-10-05T21:17:32Z"}, {"author": "Roy Fielding", "text": "

The problem with the identifier in the header is that scalable systems partition on the request line, not on the content of the header fields. Likewise, this notion of \"the server\" being a single process on a single machine that the client reliably talks to after the first request fails is problematic.

", "time": "2022-10-05T21:18:04Z"}, {"author": "Martin Thomson", "text": "

mnot goes straight for the porque no los dos?

", "time": "2022-10-05T21:19:59Z"}, {"author": "David Schinazi", "text": "

He ran out of coins to flip

", "time": "2022-10-05T21:20:22Z"}, {"author": "Austin Wright", "text": "

I think there are multiple use cases that may need multiple different (or modular) solutions. A client that needs to resume a POST request isn't exactly the same thing as a client that is appending to a file (like an audio file) in real time.

", "time": "2022-10-05T21:20:38Z"}, {"author": "Mark Nottingham", "text": "

fair point mt

", "time": "2022-10-05T21:22:50Z"}, {"author": "Chris Lemmons", "text": "

Is it important enough to resume small files? Is it worth building that infrastructure?

", "time": "2022-10-05T21:23:58Z"}, {"author": "Julian Reschke", "text": "

if the image is small, why do you need resume in the first place?

", "time": "2022-10-05T21:24:00Z"}, {"author": "Chris Lemmons", "text": "

Yeah, what he said. :)

", "time": "2022-10-05T21:24:09Z"}, {"author": "Tommy Jensen", "text": "

If the server sends back an ID the client can use on subsequent requests, where is the extra RTT? Basically, the create can be ID-less until the server decides it needs one

", "time": "2022-10-05T21:24:16Z"}, {"author": "Tommy Jensen", "text": "

unless* the server

", "time": "2022-10-05T21:24:25Z"}, {"author": "Guoye Zhang", "text": "

We have a desire to support it in the HTTP client library itself, transparently upgrading all uploads into resumable uploads. We hope that it adds no overhead and requires no opting-in so we can do it for all uploads.

", "time": "2022-10-05T21:26:03Z"}, {"author": "Martin Thomson", "text": "

that would be nice, though I believe that you would need to make some changes in Fetch to define how that works

", "time": "2022-10-05T21:27:05Z"}, {"author": "Mark Nottingham", "text": "

If it's not completely transparent, a link relation could be interesting

", "time": "2022-10-05T21:27:17Z"}, {"author": "Martin Thomson", "text": "

are you assuming server-defined upload targets @mnot?

", "time": "2022-10-05T21:28:07Z"}, {"author": "Mark Nottingham", "text": "

y - including using a template

", "time": "2022-10-05T21:29:12Z"}, {"author": "Martin Thomson", "text": "

Anne is great, so you should have no real problem

", "time": "2022-10-05T21:34:48Z"}, {"author": "Tommy Jensen", "text": "

It isn't impossible, but I'm not sure why 104 is worth the effort if some of the other alternatives listed in the spec will suffice (even the presence of the Upload-Offset header on the creation response serves to inform the client resumable uploads are supported, no?)

", "time": "2022-10-05T21:36:04Z"}, {"author": "Jonathan Flat", "text": "

On top of what Guoye says, it might be hard for a single client API to decide where the cutoff would be for small vs large files since this could depend on internet speed. Resuming a \"small\" file could be useful for those on slower internets, and being able to automatically start a resumable upload regardless of file size is nice

", "time": "2022-10-05T21:36:17Z"}, {"author": "Chris Lemmons", "text": "

Well, it's a lot less important to decide what constitutes a \"small\" file if you're not paying a round-trip cost.

", "time": "2022-10-05T21:37:12Z"}, {"author": "Austin Wright", "text": "

Comment: Could this overlap with Idempotency-Key somewhat (at the HTTP APIs WG)? That is, if your \"idempotent\" POST request is interrupted, you could make a RESUME request with the same URI and Idempotency-Key fields. And the server could also use 1xx to assign the request an Idempotency-Key, for clients that choose not to send one for whatever reason, or to confirm that the server will honor the Idempotency-Key for resumption.

", "time": "2022-10-05T21:38:49Z"}, {"author": "Julian Reschke", "text": "

would be good to collect information about 1xx support in client libraries

", "time": "2022-10-05T21:39:21Z"}, {"author": "Julian Reschke", "text": "

(on the wiki)

", "time": "2022-10-05T21:39:32Z"}, {"author": "Julian Reschke", "text": "

also for 103...

", "time": "2022-10-05T21:39:59Z"}, {"author": "Lucas Pardue", "text": "

and servers (+ frameworks)

", "time": "2022-10-05T21:40:05Z"}, {"author": "Julian Reschke", "text": "

indeed

", "time": "2022-10-05T21:40:22Z"}, {"author": "Martin Thomson", "text": "

103 is getting better support in browsers still

", "time": "2022-10-05T21:40:39Z"}, {"author": "Marius Kleidl", "text": "

We have started collecting information about support for 1XX in https://github.com/httpwg/http-extensions/issues/2240.

", "time": "2022-10-05T21:40:55Z"}, {"author": "Marius Kleidl", "text": "

Of course, it is not complete and not in a very accessible way yet.

", "time": "2022-10-05T21:41:21Z"}, {"author": "Marius Kleidl", "text": "

If there are additional resources, please let us know

", "time": "2022-10-05T21:42:06Z"}, {"author": "Christopher Wood", "text": "

I don't think secdir qualifies as a proper security analysis of this document.

", "time": "2022-10-05T21:44:58Z"}, {"author": "Christopher Wood", "text": "

Happy to engage on that meta discussion, too.

", "time": "2022-10-05T21:50:03Z"}, {"author": "Lucas Pardue", "text": "

maybe , generally, the early secdir review could advise on the level of formal analysis that might be needed

", "time": "2022-10-05T21:50:25Z"}, {"author": "Christopher Wood", "text": "

^^ is a good idea

", "time": "2022-10-05T21:50:35Z"}, {"author": "Daniel Veditz", "text": "

cookies, nom nom nom

", "time": "2022-10-05T21:54:51Z"}, {"author": "Martin Thomson", "text": "

I love the fact that the title of this window is what appears to be a UUID

", "time": "2022-10-05T21:55:48Z"}, {"author": "Chris Lemmons", "text": "

It is a very unique meeting.

", "time": "2022-10-05T21:57:43Z"}, {"author": "Martin Thomson", "text": "

is it? can you prove that?

", "time": "2022-10-05T21:58:01Z"}, {"author": "Daniel Veditz", "text": "

sorry, audio problems

", "time": "2022-10-05T21:59:47Z"}, {"author": "Chris Lemmons", "text": "

That raises existential questions outside the charter of this WG. :D

", "time": "2022-10-05T22:00:03Z"}, {"author": "Daniel Veditz", "text": "

was the redirect breakage in all samesite cases, or mostly in the \"lax by default\" case?

", "time": "2022-10-05T22:00:21Z"}, {"author": "Daniel Veditz", "text": "

fwiw mozilla is considering NOT implementing the \"lax by default\" part of the spec because of breakage and because partitioning proposals kind of mitigate the issue anyway

", "time": "2022-10-05T22:02:13Z"}, {"author": "Daniel Veditz", "text": "

(not shipping, I should say -- we've implemented it)

", "time": "2022-10-05T22:02:42Z"}, {"author": "Daniel Veditz", "text": "

will do

", "time": "2022-10-05T22:02:52Z"}, {"author": "Johann Hofmann", "text": "

Partitioning doesn't mitigate it to be pedantic :)

", "time": "2022-10-05T22:02:53Z"}, {"author": "Martin Thomson", "text": "

the problem there is that the bustage problem is pretty significant

", "time": "2022-10-05T22:03:31Z"}, {"author": "Johann Hofmann", "text": "

Yeah there's already quite a lot of discussion on the GitHub threat, I made a suggestion recently and I think Freddy was also going to look into that

", "time": "2022-10-05T22:04:07Z"}, {"author": "Daniel Veditz", "text": "

... and if you fix the bustage by not enforcing the redirects then you've reopened the CSRF potential the feature was designed to solve

", "time": "2022-10-05T22:04:14Z"}, {"author": "Johann Hofmann", "text": "

(who's not in this meeting, wisely given timezones)

", "time": "2022-10-05T22:04:18Z"}, {"author": "David Schinazi", "text": "

The crackling is starting up again, time for another mute/unmute Mark

", "time": "2022-10-05T22:04:25Z"}, {"author": "Julian Reschke", "text": "

1am in a hotel room on vacation...

", "time": "2022-10-05T22:04:29Z"}, {"author": "Martin Thomson", "text": "

Freddy did look at it - which is what Dan is passing on here

", "time": "2022-10-05T22:04:32Z"}, {"author": "Mike Bishop", "text": "

@mnot, your mic static is back.

", "time": "2022-10-05T22:04:56Z"}, {"author": "David Schinazi", "text": "

much better

", "time": "2022-10-05T22:05:42Z"}, {"author": "Mike Bishop", "text": "

:thumbsup:

", "time": "2022-10-05T22:05:48Z"}, {"author": "Johann Hofmann", "text": "

I see! I suppose the question is how do we move forward then? If browsers won't ship the arguably insecure version then shouldn't the spec document that?

", "time": "2022-10-05T22:05:56Z"}, {"author": "Johann Hofmann", "text": "

But yeah we could continue on GH for better visibility :)

", "time": "2022-10-05T22:06:23Z"}, {"author": "Daniel Veditz", "text": "

agreed -- back to GH, and on to other topics here

", "time": "2022-10-05T22:06:42Z"}, {"author": "Steven Bingler", "text": "

:thumbsup:

", "time": "2022-10-05T22:06:59Z"}, {"author": "Martin Thomson", "text": "

Brian: you are cutting out a little

", "time": "2022-10-05T22:07:03Z"}, {"author": "Johann Hofmann", "text": "

Thanks Dan! :thumbsup:

", "time": "2022-10-05T22:07:04Z"}, {"author": "Martin Thomson", "text": "

Yes, I'm backing you up Brian. This isn't worth fixing, though it might be worth explaining.

", "time": "2022-10-05T22:09:11Z"}, {"author": "Mike Bishop", "text": "

+1. The client successfully presented a certificate, and the authenticated identity doesn't give it access to the resource.

", "time": "2022-10-05T22:10:25Z"}, {"author": "Martin Thomson", "text": "

https://github.com/httpwg/http-extensions/pull/2257#issuecomment-1269033561

", "time": "2022-10-05T22:13:46Z"}, {"author": "Martin Thomson", "text": "

It's one sentence.

", "time": "2022-10-05T22:14:03Z"}, {"author": "Mike Bishop", "text": "

Right; IIRC, the client can assume the proxy has certain certificates needed to build the chain.

", "time": "2022-10-05T22:17:21Z"}, {"author": "Martin Thomson", "text": "

Yeah, I can imagine cases where the proxy has an intermediate certificate and the origin server doesn't

", "time": "2022-10-05T22:22:18Z"}, {"author": "Martin Thomson", "text": "

what I'm suggesting avoids answering some of those questions, I think

", "time": "2022-10-05T22:23:14Z"}, {"author": "David Schinazi", "text": "

Lucas did someone beat you up using your microphone?

", "time": "2022-10-05T22:24:41Z"}, {"author": "Martin Thomson", "text": "

it has been getting worse over time

", "time": "2022-10-05T22:25:42Z"}, {"author": "Mike Bishop", "text": "

Akamai does as well. The trouble is getting that header replaced with the \"new\" one, particularly if you can't phase out the old one.

", "time": "2022-10-05T22:25:43Z"}, {"author": "Lucas Pardue", "text": "

yep

", "time": "2022-10-05T22:25:58Z"}, {"author": "Martin Thomson", "text": "

we have a plan to meet to discuss a plan

", "time": "2022-10-05T22:28:15Z"}, {"author": "Lucas Pardue", "text": "

can the WG grant honory titles like \"keeper of the books\"?

", "time": "2022-10-05T22:32:22Z"}, {"author": "Lucas Pardue", "text": "

see https://en.wikipedia.org/wiki/Warden_of_the_Swans

", "time": "2022-10-05T22:33:06Z"}, {"author": "Justin Richer", "text": "

-1 to removing the ABNF

", "time": "2022-10-05T22:33:25Z"}, {"author": "Justin Richer", "text": "

(if we go that far)

", "time": "2022-10-05T22:33:29Z"}, {"author": "Mike Bishop", "text": "

I'm not inclined to re-open the draft. Update it if you want a clear linkage between them.

", "time": "2022-10-05T22:34:01Z"}, {"author": "Tommy Pauly", "text": "

+1 to keeping the structured fields spec as one thing. Updating is better than spinning off a new draft.

", "time": "2022-10-05T22:34:52Z"}, {"author": "Mike Bishop", "text": "

If we write it later, there may be other extensions that also get rolled up.

", "time": "2022-10-05T22:36:46Z"}, {"author": "Martin Thomson", "text": "

+1 to keeping scope in check

", "time": "2022-10-05T22:37:04Z"}, {"author": "Justin Richer", "text": "

+1 to tight scope however this goes

", "time": "2022-10-05T22:37:17Z"}, {"author": "Martin Thomson", "text": "

We did that with h2bis and it took a year, but that had some real issues. This can be better.

", "time": "2022-10-05T22:37:24Z"}, {"author": "Tommy Pauly", "text": "

Sounds good

", "time": "2022-10-05T22:37:25Z"}, {"author": "Justin Richer", "text": "

:thumbsup:

", "time": "2022-10-05T22:37:38Z"}, {"author": "Martin Thomson", "text": "

\"it's alive!\"

", "time": "2022-10-05T22:37:46Z"}, {"author": "David Schinazi", "text": "

a LIVING specification, that's HERESY Mark

", "time": "2022-10-05T22:37:51Z"}, {"author": "Justin Richer", "text": "

\"HTTP, whatever that means today\"

", "time": "2022-10-05T22:37:58Z"}, {"author": "David Schinazi", "text": "

\"Le HTTP du jour\"

", "time": "2022-10-05T22:38:08Z"}, {"author": "Daniel Stenberg", "text": "

\\o

", "time": "2022-10-05T22:38:27Z"}]