Martin Thomson

Results 236 comments of Martin Thomson

I've always wanted to implement RACK, we just never really had time.

The likely source of the `unwrap` call is in `Path::remote_cid` or `Path::local_cid`. If we don't have a connection ID for the path, we could be in a position where this...

Let's go with https://bugzilla.mozilla.org/show_bug.cgi?id=1766767 and cut it off at the root.

Are you trying to decide if re-prioritisation is wasteful in these cases? Keep in mind that sometimes requests might have been buffered, but not sent. Priority will determine when the...

> My idea was to set a higher priority for requests that are already partially sent. This should only happen for short requests not uploads. This should already happen. We...

@yuyawk, I would suggest that you pick something that you think might be useful and try to build it. Maybe I can suggest that you open an issue to track...

Note that the example workflow (in README.md) doesn't include setup-node steps. We've been following that in some specs and the update to node 16 has caused those builds to fail.

The last build of https://github.com/w3c/mediacapture-fromelement contains a failure.

Ah, thanks for the correction. I've opened a pull request to fix it.

I think that it makes sense to share name resolution and even socket establishment (if that is even large enough to bother factoring out into common code). If you go...