- 10 Aug, 2019 3 commits
-
-
Koala Yeung authored
Maintenance updates
-
Koala Yeung authored
-
Koala Yeung authored
* Changed from "google-public-dns-a.google.com" to "dns.google" for the external domain change.
-
- 12 Oct, 2018 1 commit
-
-
Koala Yeung authored
-
- 28 Aug, 2018 5 commits
-
-
Koala Yeung authored
go.mod support
-
Koala Yeung authored
* try to use go mod download, if available.
-
Koala Yeung authored
-
Koala Yeung authored
-
Koala Yeung authored
* add go.mod and go.sum. * in travis, set GO111MODULE=on to enable go module test.
-
- 21 Jul, 2018 4 commits
-
-
Koala Yeung authored
Fix error locking
-
Koala Yeung authored
* defaultHandler.ServeHTTP will Close the client, if present. * fix #28. * resolve #29.
-
Koala Yeung authored
* reproduce blocking situation by limit to only 1 worker and simple client factory.
-
Koala Yeung authored
-
- 19 Jul, 2018 8 commits
-
-
Koala Yeung authored
readme: table of content
-
Koala Yeung authored
-
Koala Yeung authored
Documentation improvements and Typo fixes
-
Koala Yeung authored
* new illustration to illustate FastCGI. * some minor formatting and wording adjustment.
-
Koala Yeung authored
* fix typo in various code files.
-
Koala Yeung authored
* add filter example. * add TODO in filter code to remind future development needs.
-
Koala Yeung authored
-
Koala Yeung authored
* add goreport badge. * use <summary> and <details> on the SessonHandler example.
-
- 18 Jul, 2018 18 commits
-
-
Koala Yeung authored
Various improvements
-
Koala Yeung authored
* make sure that client write to error stream if it is canceled or forced done.
-
Koala Yeung authored
* Update process config to static, 10 process. * Have new SetName parameter to set basename of pid, error_log, sock files. * Prevent test from basename collision.
-
Koala Yeung authored
-
Koala Yeung authored
-
Koala Yeung authored
Improve parameters mappings
-
Koala Yeung authored
* update README.md to have proper example middleware. * demonstrate how to do REMOTE_HOST with middleware. * demonstrate how to do REMOTE_USER with middleware. * update Middleware documentation lines.
-
Koala Yeung authored
* fix mistake due to gofast.BasicSession changes.
-
Koala Yeung authored
* add MapRemoteHost for lookup of REMOTE_HOST.
-
Koala Yeung authored
* remove nopClient with simplier ClientFunc implementation.
-
Koala Yeung authored
-
Koala Yeung authored
-
Koala Yeung authored
Fix REQUEST_URI behaviour
-
Koala Yeung authored
* add 1.10 to test. * use a.b.x syntax instead of a.b.
-
Koala Yeung authored
* Test REQUEST_URI for file endpoint routine in example/php. * Fix REQUEST_URI behaviour. Fix #30.
-
Koala Yeung authored
* migrated towards local phpfpm subpackage.
-
Koala Yeung authored
* The gophpfpm library for controlling phpfpm process seems useless in other contexts. Migrated as local subpackage. Original path: https://github.com/yookoala/gophpfpm
-
Koala Yeung authored
* extract get() and post() from TestHandler() for reuse.
-
- 07 Jun, 2018 1 commit
-
-
Koala Yeung authored
Add missing gofast.BasicSession to README example
-