3 references to Close
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Response.cs (2)
458_boundaryType = BoundaryType.Close; 661_boundaryType = BoundaryType.Close;
RequestProcessing\ResponseBody.cs (1)
485if (endOfRequest && _requestContext.Response.BoundaryType == BoundaryType.Close)