caddy/caddyhttp/httpserver
Taufiq Rahman c32a0f5f71 fix lint warnings (issue 2541) (#2551)
* Lint: fix some errcheck #2541

* Lint: fix passing structcheck #2541

* Lint: update fix structcheck #2541

* Lint: fix errcheck for basicauth, browse, fastcgi_test #2541

* Lint: fix errcheck for browse, fastcgi_test, fcgiclient, fcgiclient_test #2541

* Lint: fix errcheck for responsefilter_test, fcgilient_test #2541

* Lint: fix errcheck for header_test #2541

* Lint: update errcheck for fcgiclient_test #2541

* Lint: fix errcheck for server, header_test, fastcgi_test, https_test, recorder_test #2541

* Lint: fix errcheck for tplcontext, vhosttrie_test, internal_test, handler_test #2541

* Lint: fix errcheck for log_test, markdown mholt#2541

* Lint: fix errcheck for policy, body_test, proxy_test #2541

* Lint: fix errcheck for on multiple packages #2541

- reverseproxy
- reverseproxy_test
- upstream
- upstream_test
- body_test

* Lint: fix errcheck in multiple packages mholt#2541
- handler_test
- redirect_test
- requestid_test
- rewrite_test
- fileserver_test

* Lint: fix errcheck in multiple packages mholt#2541

- websocket
- setup
- collection
- redirect_test
- templates_test

* Lint: fix errcheck in logger test #2541

run goimports against #2551
- lexer_test
- log_test
- markdown

* Update caddyhttp/httpserver/logger_test.go

Co-Authored-By: Inconnu08 <taufiqrx8@gmail.com>

* Update log_test.go

* Lint: fix scope in logger_test #2541

* remove redundant err check in logger_test #2541

* fix alias in logger_test #2541

* fix import for format #2541

* refactor variable names and error check #2541
2019-04-22 10:20:37 -06:00
..
condition.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
condition_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
error.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
https.go httpserver: Don't obtain certs for unmanaged configs (fixes #2387) 2018-12-11 19:37:08 -07:00
https_test.go fix lint warnings (issue 2541) (#2551) 2019-04-22 10:20:37 -06:00
logger.go main,log,errors: Option to disable log rotation ("rolling") 2019-01-28 10:28:22 -07:00
logger_test.go fix lint warnings (issue 2541) (#2551) 2019-04-22 10:20:37 -06:00
middleware.go httpserver: give each req context a Replacer that preserves custom values (#1937) 2017-11-07 10:10:03 -07:00
middleware_test.go Change CASE_SENSITIVE_PATH default to false 2017-10-08 22:19:35 -06:00
mitm.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
mitm_test.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
path.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
path_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
plugin.go tls: Update to match CertMagic refactor (#2571) 2019-04-20 12:11:27 -06:00
plugin_test.go Revert "bind: support multiple values (#2128)" 2018-11-27 15:57:38 -07:00
recorder.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
recorder_test.go fix lint warnings (issue 2541) (#2551) 2019-04-22 10:20:37 -06:00
replacer.go httpserver: Implement {sever_port} placeholder (#2424) 2019-01-25 20:54:33 +00:00
replacer_test.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
responsewriterwrapper.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
roller.go httpserver: Revert misleading comment 2019-01-28 10:31:31 -07:00
server.go fix lint warnings (issue 2541) (#2551) 2019-04-22 10:20:37 -06:00
server_test.go httpserver: Fix #2038 (query string being lost from URI) (#2039) 2018-03-17 17:17:42 -06:00
siteconfig.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
tplcontext.go fix lint warnings (issue 2541) (#2551) 2019-04-22 10:20:37 -06:00
tplcontext_test.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
vhosttrie.go httpserver: Fix address display and routing for IPv6 IPs/wildcards 2019-02-02 14:32:37 -07:00
vhosttrie_test.go fix lint warnings (issue 2541) (#2551) 2019-04-22 10:20:37 -06:00