~emersion/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH tlstunnel] Remove unused function

Details
Message ID
<20240502030228.44707-1-me@tomlebreux.com>
DKIM signature
pass
Download raw message
Patch: +0 -11
---
 config.go | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/config.go b/config.go
index cc2fb4487f65..00e8d6ea24e6 100644
--- a/config.go
+++ b/config.go
@@ -253,17 +253,6 @@ func parseBackend(backend *Backend, cfg *backendConfig) error {
	return nil
}

func parseFrontendTLS(srv *Server, d *scfg.Directive) (unmanaged bool, err error) {
	for _, child := range d.Children {
		switch child.Name {
		case "load":
		default:
			return false, fmt.Errorf("unknown %q directive", child.Name)
		}
	}
	return unmanaged, nil
}

func parseTLSOnDemand(srv *Server, cfg *tlsOnDemandConfig) error {
	if srv.ACMEConfig.OnDemand == nil {
		srv.ACMEConfig.OnDemand = &certmagic.OnDemandConfig{}
-- 
2.44.0

[tlstunnel/patches/.build.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D0YTPAZ938S9.2SQU2J33G5GTS@fra01>
In-Reply-To
<20240502030228.44707-1-me@tomlebreux.com> (view parent)
DKIM signature
missing
Download raw message
tlstunnel/patches/.build.yml: SUCCESS in 30s

[Remove unused function][0] from [Tom Lebreux][1]

[0]: https://lists.sr.ht/~emersion/public-inbox/patches/51516
[1]: me@tomlebreux.com

✓ #1210197 SUCCESS tlstunnel/patches/.build.yml https://builds.sr.ht/~emersion/job/1210197
Details
Message ID
<8rv_B0jw7waGY_tGHrDMZ9tDkygaArp4HzDnDqvLBh9M6pMoesuBYxyCo0dRCBR01DIhZgPGDYypIvv6WjY2Y8WEpZ4ZmymYtwbC4TIu5vk=@emersion.fr>
In-Reply-To
<20240502030228.44707-1-me@tomlebreux.com> (view parent)
DKIM signature
pass
Download raw message
Pushed, thanks!
Reply to thread Export thread (mbox)