- 03 Dec, 2016 1 commit
-
-
Mateusz Gajewski authored
* Fix for #1276 * Use strconv.Format * Use map[string]interface{} as variables * One more file * Always run all tests before commit * Get rid of DocFlags
-
- 30 Nov, 2016 2 commits
-
-
Mateusz Gajewski authored
* Fix for #1164 - allow only one header per line * Include original reporter case
-
ericdreeves authored
Fix read timeout and add default timeout values.
-
- 29 Nov, 2016 3 commits
-
-
Mateusz Gajewski authored
-
Matthew Holt authored
-
Matthew Holt authored
-
- 27 Nov, 2016 3 commits
-
-
Matt Holt authored
Increase code coverage (caddy.go)
-
Eldin Hadzic authored
-
elcore authored
* Fix issue #1258 * address comments * add a test * address comments 2
-
- 25 Nov, 2016 1 commit
-
-
ericdreeves authored
By setting the read deadline in streamReader.Read(), the deadline was extended by the read timeout on each subsequent call. To avoid this, the deadline is set in FCGIClient.Request(), before the first read occurs. See #1094.
-
- 23 Nov, 2016 1 commit
-
-
Geno authored
* INIT-systemd use CADDYPATH instatt of HOME * INIT-upstart use CADDYPATH instatt of HOME * INIT-upstart use CADDYPATH instatt of HOME * INIT-upstart use CADDYPATH instatt of HOME
-
- 21 Nov, 2016 2 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
- 19 Nov, 2016 3 commits
-
-
ericdreeves authored
-
Matt Holt authored
Sort the resulting slice before the comparison.
-
ericdreeves authored
-
- 18 Nov, 2016 2 commits
- 17 Nov, 2016 2 commits
-
-
Gyula Voros authored
* Filter empty headers Some web servers (e.g. Jetty 9.3) don’t like HTTP headers with empty values. This commit filters header replacements with zero length. * Extend tests to verify removal of empty headers * Handle add-header case * Change - Use short variable assignment
-
Mateusz Gajewski authored
* Make fastcgi load balanceable too * Address one more corner case - invalid configuration fastcgi / * After review fixes * Simplify conditions * Error message * New fastcgi syntax * golint will be happy * Change syntax
-
- 08 Nov, 2016 1 commit
-
-
Tw authored
proxy: record request Body for retry (fixes #1229)
-
- 04 Nov, 2016 2 commits
-
-
Benny Ng authored
-
Ngo The Trung authored
-
- 03 Nov, 2016 3 commits
-
-
Mateusz Gajewski authored
* Use http.Header * This initialization was just stupid
-
Matt Holt authored
proxy: make sure value is optional when removing a header
-
Tw authored
fix issue #1234 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 02 Nov, 2016 4 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Tw authored
fix issue #1183 Signed-off-by: Tw <tw19881113@gmail.com>
-
ericdreeves authored
* Add Files action to template context. (#1198) * Fixes to testFiles(). - Set os.ModePerm on directories created during test. - Use filepath.Join() to create directory path. - Use Fatalf, not Fatal. * Make additional fixes to test cases. * Fix test cases to use correct path format. Dir.Open() in net/http requires '/'-separated paths while filepath.Join() may produce paths with different separator. * Remove directory created by test at end of loop. * Close the FileSystem before returning. * Initialize names slice to the number of entries. Also, do not call os.RemoveAll() unless the path to the directory is a valid one.
-
- 01 Nov, 2016 1 commit
-
-
Matthew Holt authored
-
- 29 Oct, 2016 1 commit
-
-
elcore authored
* Fix Caddytls * Let the user decide * Address comments
-
- 28 Oct, 2016 1 commit
-
-
Matthew Holt authored
-
- 26 Oct, 2016 3 commits
-
-
Matt Holt authored
Punctuation
-
chris-bandce authored
-
Matt Holt authored
Remove dead code, do struct alignment, simplify code
-
- 25 Oct, 2016 4 commits
-
-
Mateusz Gajewski authored
-
Toby Allen authored
* Log Site start to -log. Fix for #1205 * Removed Comment
-
Matt Holt authored
proxy: set request's body to nil explicitly
-
Mateusz Gajewski authored
* Use proper Request * Fixes
-