onkar717 commented on code in PR #642:
URL: 
https://github.com/apache/skywalking-banyandb/pull/642#discussion_r2030620418


##########
banyand/liaison/http/server.go:
##########
@@ -265,3 +307,170 @@ func serveFileContents(file string, files 
http.FileSystem) http.HandlerFunc {
                http.ServeContent(w, r, fi.Name(), fi.ModTime(), index)
        }
 }
+
+// TLSReloader manages dynamic reloading of TLS certificates and keys for the 
HTTP server.
+type TLSReloader struct {

Review Comment:
   ok Thanks 
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to