2 references to s_finalChunkBytes
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingWriteStream.cs (2)
84return connection.WriteAsync(s_finalChunkBytes).AsTask(); 88connection.Write(s_finalChunkBytes);