Update vendor

This commit is contained in:
Morgan Bazalgette
2017-02-02 13:53:44 +01:00
parent 68a9808942
commit 736c904f65
88 changed files with 25004 additions and 0 deletions

3
vendor/github.com/valyala/fasthttp/stackless/doc.go generated vendored Normal file
View File

@@ -0,0 +1,3 @@
// Package stackless saves stack space for high number of concurrently
// running goroutines, which use writers from compress/* packages.
package stackless