Remove server header assert (#1407)
This commit is contained in:
parent
b6c311c14d
commit
608889b110
|
|
@ -51,8 +51,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
||||||
"HTTP/1.1 200 OK",
|
"HTTP/1.1 200 OK",
|
||||||
"");
|
"");
|
||||||
await connection.ReceiveHeaders(
|
await connection.ReceiveHeaders(
|
||||||
"Transfer-Encoding: chunked",
|
"Transfer-Encoding: chunked");
|
||||||
"Server: Microsoft-IIS/10.0");
|
|
||||||
|
|
||||||
await connection.ReceiveChunk("Abort");
|
await connection.ReceiveChunk("Abort");
|
||||||
bodyReceived.SetResult(true);
|
bodyReceived.SetResult(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue