Skip to content

Commit 66fcdba

Browse files
Update request-response.md
1 parent 5645802 commit 66fcdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/middleware/request-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are two abstractions for the request and response bodies: <xref:System.IO.
2525
* `TextWriter`
2626
* `HttpResponse.WriteAsync`
2727

28-
Streams aren't being removed from the framework. Streams continue to be used throughout .NET, and many stream types don't have pipe equivalents, such as `FileStreams` and `ResponseCompression`.
28+
Streams aren't being removed from the framework. Streams continue to be used throughout .NET, and many stream types don't have pipe equivalents, such as `FileStreams` and `ResponseCompression`, and straightforward adding compression to the stream.
2929

3030
## Stream examples
3131

0 commit comments

Comments
 (0)