-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Request.signal to detect client disconnects #3488
base: main
Are you sure you want to change the base?
Conversation
In #3033 I made an observation which I don't think has been covered here.
|
3afd1ad
to
9088343
Compare
It looks like you force-pushed changes in response to review comments and a rebase at the same time. Unfortunately this means we reviewers are unable to see what changed since we last reviewed. Could you please rebase this back to e5b3760 so that we can directly diff against 3afd1ad? If you need to rebase forward to fix merge conflicts, please do it as a second push, and write a comment in between, so that GitHub doesn't collapse them. (GitHub is, unfortunately, extremely annoying in this regard...) |
ae43332
to
4ad11a3
Compare
@kentonv Sorry for making a mess out of the diff. I'll be more careful about this next time. |
4ad11a3
to
d43950e
Compare
Still need to address the passthrough issue? (The big blockquote in my earlier comment.) |
Yes, still to address:
|
d977e53
to
3651ba7
Compare
The latest push takes care of the passthrough subrequest case. |
3651ba7
to
2d76a37
Compare
49c9e24
to
9cb3f3f
Compare
... |
7697dde
to
eeabf8f
Compare
eeabf8f
to
a4ad318
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM but let's also have @kentonv review. Given the complexity of the change it's easy to miss something in this
a4ad318
to
de5fddb
Compare
How it works:
Request.signal
.