aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/streams.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-01-06 14:04:25 +0100
committerLoïc Hoguin <[email protected]>2020-01-06 14:04:25 +0100
commit5e0be061bbb2ca8c12037d8baa209487e0bd58c6 (patch)
tree435dab6f4b62a6996556d3c07dfa4e03264c8b55 /doc/src/guide/streams.asciidoc
parentdb0d6f8d254f2cc01bd458dc41969e0b96991cc3 (diff)
downloadcowboy-5e0be061bbb2ca8c12037d8baa209487e0bd58c6.tar.gz
cowboy-5e0be061bbb2ca8c12037d8baa209487e0bd58c6.tar.bz2
cowboy-5e0be061bbb2ca8c12037d8baa209487e0bd58c6.zip
Add a skeleton performance chapter to the guide
Diffstat (limited to 'doc/src/guide/streams.asciidoc')
-rw-r--r--doc/src/guide/streams.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/streams.asciidoc b/doc/src/guide/streams.asciidoc
index 39b5203..0ac84ce 100644
--- a/doc/src/guide/streams.asciidoc
+++ b/doc/src/guide/streams.asciidoc
@@ -54,7 +54,7 @@ modified.
=== Built-in handlers
-Cowboy comes with two handlers.
+Cowboy comes with four handlers.
link:man:cowboy_stream_h(3)[cowboy_stream_h] is the default
stream handler. It is the core of much of the functionality