3 references to Matches
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Response.cs (3)
393var requestCloseSet = Matches(Constants.Close, requestConnectionString); 400var responseCloseSet = Matches(Constants.Close, responseConnectionString); 401var responseChunkedSet = Matches(Constants.Chunked, transferEncodingString);