This website requires JavaScript.
Explore
Help
Sign In
contrib
/
fasthttp
Watch
1
Star
0
Fork
0
You've already forked fasthttp
mirror of
https://github.com/valyala/fasthttp.git
synced
2026-06-14 15:56:44 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
717
Commits
3
Branches
81
Tags
c1437a71e60d8b40ff8d75db3b79d837d54c8dcd
Commit Graph
2 Commits
Author
SHA1
Message
Date
Aliaksandr Valialkin
eafcb74ce5
Call Close on user values stored via RequestCtx.SetUserValue if these values implement io.Closer
2016-02-05 12:50:58 +02:00
Aliaksandr Valialkin
b00a213a93
Moved ctx.UserValue from standard map to custom userData. This should improve its' performance for common case when ctx contains up to 10 user values
2015-12-11 16:40:55 +02:00