mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 06:54:07 +02:00
Resolve merge conflicts and remove unused files
This commit is contained in:
commit
a9da770aeb
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,7 @@ var staticContent embed.FS
|
|||
|
||||
//go:embed static/client/login
|
||||
var loginFallback embed.FS
|
||||
var StaticContent = staticContent
|
||||
|
||||
const HTTPServerTimeout = time.Minute * 5
|
||||
|
||||
|
@ -235,7 +236,6 @@ func SetupAndServeHTTP(
|
|||
logrus.WithError(err).Fatal("failed to serve unix socket")
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
if err := externalServ.ListenAndServe(); err != nil {
|
||||
if err != http.ErrServerClosed {
|
||||
|
|
Loading…
Add table
Reference in a new issue