Skip to content
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

[2018-04] [System]: Make sure HttpWebRequest observes exceptions on timeout. #10488. #12663

Merged
merged 3 commits into from
Jan 29, 2019

Conversation

monojenkins
Copy link
Contributor

HttpWebRequest.RunWithTimeoutWorker() needs to observe the worker task's exception
on timeout to prevent it from being thrown via the TaskScheduler.UnobservedTaskException
event. Fixes #10488.

Backport of #10595.

/cc @baulig

Martin Baulig added 3 commits January 28, 2019 19:35
…no#10488.

`HttpWebRequest.RunWithTimeoutWorker()` needs to observe the worker task's exception
on timeout to prevent it from being thrown via the `TaskScheduler.UnobservedTaskException`
event.  Fixes mono#10488.
@baulig
Copy link
Contributor

baulig commented Jan 28, 2019

@monojenkins build failed

@marek-safar marek-safar merged commit 62031dc into mono:2018-04 Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants