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",
|
||||
"");
|
||||
await connection.ReceiveHeaders(
|
||||
"Transfer-Encoding: chunked",
|
||||
"Server: Microsoft-IIS/10.0");
|
||||
"Transfer-Encoding: chunked");
|
||||
|
||||
await connection.ReceiveChunk("Abort");
|
||||
bodyReceived.SetResult(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue