0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Remove the guide chapter about broken clients

None of these workarounds currently exist in Cowboy 2.0.
We can resurrect the chapter later if it's still necessary,
once we've added the workarounds back in some other form.
This commit is contained in:
Loïc Hoguin 2017-07-19 22:15:59 +02:00
parent 0001956d3b
commit a832369a02
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
3 changed files with 0 additions and 71 deletions

View file

@ -3,12 +3,5 @@
Placeholder chapter.
Streams are a new feature in Cowboy 2.0 that requires
a little more tweaking before they can be generally
useful. This chapter will be made available in a future
pre-release.
Streams are meant to replace hooks. The relevant chapters
for Cowboy 1.0 were:
* xref:broken_clients[Dealing with broken clients]