Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-05 | httpserver: Add experimental H2C support (#3289) | Matt Holt | |
* reverse_proxy: Initial attempt at H2C transport/client support (#3218) I have not tested this yet * Experimentally enabling H2C server support (closes #3227) See also #3218 I have not tested this * reverseproxy: Clean up H2C transport a bit * caddyhttp: Update godoc for h2c server; clarify experimental status * caddyhttp: Fix trailers when recording responses (fixes #3236) * caddyhttp: Tweak h2c config settings and docs | |||
2020-04-13 | core: Don't return error on RegisterModule() and RegisterAdapter() | Matthew Holt | |
These functions are called at init-time, and their inputs are hard-coded so there are no environmental or user factors that could make it fail or succeed; the error return values are often ignored, and when they're not, they are usually a fatal error anyway. To ensure that a programmer mistake is not missed, we now panic instead. Last breaking change 🤞 | |||
2020-04-01 | caddyhttp: Print actual listener address in log message (closes #2992) | Matthew Holt | |
Needed if port is 0, thus chosen by OS | |||
2020-03-15 | caddyhttp: Clean up; move some code around | Matthew Holt | |