diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-20 15:16:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-20 15:16:06 +0000 |
commit | 96730a35b98b0694a1971a1859be1e897fb38cfb (patch) | |
tree | e00a3a9f83f373133047241cc6c8f86b038f224d /www/Makefile | |
parent | f018551a205e80c3e00cd4b3ca5635acf71f4b14 (diff) |
Add go-fasthttp 20160617
A fast HTTP implementation for Go.
Currently fasthttp is successfully used by VertaMedia in a production
serving up to 200K rps from more than 1.5M concurrent keep-alive
connections per physical server.
WWW: https://github.com/valyala/fasthttp
- While I'm here:
- Use DISTVERSIONPREFIX
- Add LICENSE_FILE
- Add missing RUN_DEPENDS
- Remove GH_PROJECT
PR: 217212
Submitted by: Guy Tabrar <guy.tabrar@me.com>
Notes
Notes:
svn path=/head/; revision=434469
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e75096c9d91a..b272840d63ad 100644 --- a/www/Makefile +++ b/www/Makefile @@ -208,6 +208,7 @@ SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += gnome-web-photo + SUBDIR += go-fasthttp SUBDIR += go-www SUBDIR += gohugo SUBDIR += google-appengine |