aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-08-31 14:22:05 +0800
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-08-31 14:22:05 +0800
commit5f6439b6df1c638246e51ca1a4a7133e1678b106 (patch)
tree6efbf17f9611fc4242f48b8103a17312d09805f4 /doc.go
parentcall the ConnState callbacks in Server.ServeConn (diff)
downloadfasthttp-5f6439b6df1c638246e51ca1a4a7133e1678b106.tar.gz
fasthttp-5f6439b6df1c638246e51ca1a4a7133e1678b106.tar.bz2
fasthttp-5f6439b6df1c638246e51ca1a4a7133e1678b106.zip
Remove wrong documentation
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc.go b/doc.go
index 501eff6..efcd4a0 100644
--- a/doc.go
+++ b/doc.go
@@ -7,9 +7,6 @@ Fasthttp provides the following features:
concurrent keep-alive connections on modern hardware.
* Optimized for low memory usage.
* Easy 'Connection: Upgrade' support via RequestCtx.Hijack.
- * Server supports requests' pipelining. Multiple requests may be read from
- a single network packet and multiple responses may be sent in a single
- network packet. This may be useful for highly loaded REST services.
* Server provides the following anti-DoS limits:
* The number of concurrent connections.