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

[wasm][http] response.ReasonPhrase is wrong #54163

Open
pavelsavara opened this issue Jun 14, 2021 · 1 comment
Open

[wasm][http] response.ReasonPhrase is wrong #54163

pavelsavara opened this issue Jun 14, 2021 · 1 comment
Labels
arch-wasm WebAssembly architecture area-System.Net.Http
Milestone

Comments

@pavelsavara
Copy link
Member

In unit test System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.GetAsync_CallMethod_ExpectedStatusLine on Browser

Assert.Equal() Failure
Expected: Custom description
Actual:   Method Not Allowed
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest.<>c__DisplayClass41_0.<<GetAsync_CallMethod_ExpectedStatusLine>b__0>d.MoveNext() in C:\Dev\runtime\src\libraries\Common\tests\System\Net\Http\HttpClientHandlerTest.cs:line 1718
@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-System.Net.Http labels Jun 14, 2021
@ghost
Copy link

ghost commented Jun 14, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

In unit test System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.GetAsync_CallMethod_ExpectedStatusLine on Browser

Assert.Equal() Failure
Expected: Custom description
Actual:   Method Not Allowed
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest.<>c__DisplayClass41_0.<<GetAsync_CallMethod_ExpectedStatusLine>b__0>d.MoveNext() in C:\Dev\runtime\src\libraries\Common\tests\System\Net\Http\HttpClientHandlerTest.cs:line 1718
Author: pavelsavara
Assignees: -
Labels:

arch-wasm, area-System.Net.Http

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jun 14, 2021
@lewing lewing added this to the 7.0.0 milestone Jun 16, 2021
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label Jun 16, 2021
@lewing lewing modified the milestones: 7.0.0, Future Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-System.Net.Http
Projects
None yet
Development

No branches or pull requests

2 participants