mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-10 07:59:03 -04:00
* caddyhttp: Implement handler abort; new 'abort' directive (close #3871) * Move abort directive ordering; clean up redirects Seems logical for the end-all of handlers to go at the... end. The Connection header no longer needs to be set there, since Close is true, and the static_response handler now does that.