aboutsummaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <oleksandr.red+github@gmail.com> 2023-03-06 17:55:21 +0200
committerGravatar GitHub <noreply@github.com> 2023-03-06 16:55:21 +0100
commit498a814fbf67e02eb8365e62530938894169ac64 (patch)
treed6dbcf8e96f203e75b7e2508273ec7e9c99b98a4 /server.go
parenttest: use Fprintf to simplify writing headers (#1510) (diff)
downloadfasthttp-498a814fbf67e02eb8365e62530938894169ac64.tar.gz
fasthttp-498a814fbf67e02eb8365e62530938894169ac64.tar.bz2
fasthttp-498a814fbf67e02eb8365e62530938894169ac64.zip
test: fix typos in function, error message, comment (#1512)
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index 141f8f1..1c1c39d 100644
--- a/server.go
+++ b/server.go
@@ -2225,7 +2225,7 @@ func (s *Server) serveConn(c net.Conn) (err error) {
// Reading Headers.
//
- // If we have pipline response in the outgoing buffer,
+ // If we have pipeline response in the outgoing buffer,
// we only want to try and read the next headers once.
// If we have to wait for the next request we flush the
// outgoing buffer first so it doesn't have to wait.