Remove server header assert (#1407)

This commit is contained in:
Pavel Krymets 2018-09-19 10:06:23 -07:00 committed by GitHub
parent b6c311c14d
commit 608889b110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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);