Skip to content

Commit 0772f4c

Browse files
LaurentRDCtchoutri
authored andcommitted
Description
1 parent 82a43b3 commit 0772f4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.d/pr-1849

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
synopsys: Cookbook recipe on serving infinite HTTP streams
2+
prs: 1849
3+
description: {
4+
Servant provides facilities to work with streams of data. In this cookbook, we will be concerned
5+
with serving infinite HTTP streams.
6+
7+
An infinite HTTP stream differs from a finite stream in two major ways. First, resource
8+
cleanup is non-deterministic. Second, data must be sent back to the client regularly to prevent
9+
the connection from closing. Both of these challenges are addressed in this recipe.
10+
}

0 commit comments

Comments
 (0)