rewrite: Fix a lint suggestion
Matthew Holt authored
93b30137
Name Last commit Last update
..
basicauth pass golint
browse pass golint
errors Address various lint and gocyclo warnings. Fixes #253
extensions ext: Fix panic when URL path is empty
fastcgi FastCGI: Close client connections when done.
gzip Improve tests, fix a few lint warnings
headers headers: Initial test for Headers
inner rename middleware's name from `internal` to `inner`
log pass golint
markdown Use proper struct constructors instead.
mime New core middleware, MIME.
proxy Close proxy's backend request earlier when re-connecting for websocket
redirect Commenting on the need for additional redirect tests
rewrite rewrite: Fix a lint suggestion
templates Add argument in new optional block in templates midd to set delimiters
websocket Fix go vet
commands.go Two quotes next to each other result in one escaped quote; Add Split Example, add/refactor tests for every platform.
commands_test.go Two quotes next to each other result in one escaped quote; Add Split Example, add/refactor tests for every platform.
context.go templates: Another context fix when host header is missing port
context_test.go templates: Another context fix when host header is missing port
fileserver.go Check and return the correct error if Stat method fails (see golang issue #12991)
fileserver_test.go pass golint
middleware.go Move common function into existing file
middleware_test.go Move common function into existing file
path.go Fix more lint warnings
recorder.go
recorder_test.go
replacer.go
replacer_test.go
roller.go