HttpWebRequest BeginGetResponse timeout if main thread is blocked · Issue #2297 · dotnet/android

Steps to Reproduce Using HttpWebRequest BeginGetResponse always results in a timeout if we block the main thread waiting for a response. This behaviour only recently started happening -- it was wor...