Skip to content

Commit de4cfed

Browse files
committed
doc: s/slow server/slow server or connection
1 parent b5240f9 commit de4cfed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http-easy/http-easy.scrbl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ and closed before they are returned, so you don't have to call
9393

9494
@|sr| are automatically closed upon garbage-collection. Closing a
9595
response involves potentially reading the remaining response data, which
96-
may be blocked by a slow server. For high throughput use cases, you
97-
should manually call @racket[response-close!] on a streaming response
98-
when you're done with it.
96+
may be blocked by a slow server or connection. For high throughput use
97+
cases, you should manually call @racket[response-close!] on a streaming
98+
response when you're done with it.
9999

100100
@subsection[#:tag "guide:streaming"]{Streaming Responses}
101101

0 commit comments

Comments
 (0)