aboutsummaryrefslogtreecommitdiff
path: root/cookie.go
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2015-11-22 06:33:58 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2015-11-22 06:33:58 +0200
commita862d8592afd7386b5a353898839592b67f38f9f (patch)
tree2411fd0e2957ef3e44bc31de712dcfcdf9056c45 /cookie.go
parentHandle 'no free connections to host' error when doing request with user-defin... (diff)
downloadfasthttp-a862d8592afd7386b5a353898839592b67f38f9f.tar.gz
fasthttp-a862d8592afd7386b5a353898839592b67f38f9f.tar.bz2
fasthttp-a862d8592afd7386b5a353898839592b67f38f9f.zip
Documentation update
Diffstat (limited to 'cookie.go')
-rw-r--r--cookie.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cookie.go b/cookie.go
index 3deaf34..a2b9631 100644
--- a/cookie.go
+++ b/cookie.go
@@ -106,8 +106,6 @@ func (c *Cookie) Parse(src string) error {
}
// ParseBytes parses Set-Cookie header.
-//
-// It is safe modifying src buffer after function return.
func (c *Cookie) ParseBytes(src []byte) error {
c.Reset()