pieterlouw / caddy-net

Proxy server type for Caddy server (https://github.com/mholt/caddy)
Apache License 2.0
66 stars 11 forks source link

Update NewConfig to return error value #14

Closed mholt closed 5 years ago

mholt commented 5 years ago

Sorry for the breaking change here... but I had to fix a bug. The fix is in commit https://github.com/mholt/caddy/commit/0a95b5d359195dc462458f63d98d0bdb112b9f73.

I know this isn't awesome, but I might look into having a ConfigGetter also return an error value in the future...

That commit should be released in Caddy 0.11.4, probably tomorrow, Feb. 15, so you can deploy your plugin then, after merging this PR.

mholt commented 5 years ago

Update: I've released Caddy v0.11.4, so go ahead and merge this when you're ready and you can deploy the update of the net plugin!