We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a43b3 commit 0772f4cCopy full SHA for 0772f4c
changelog.d/pr-1849
@@ -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