chore: bump version

This commit is contained in:
steven
2024-06-21 18:16:35 +08:00
parent a09c669865
commit 33cd3ed8e3
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ func (s *Server) Start(ctx context.Context) error {
}
}()
go func() {
httpListener := muxServer.Match(cmux.HTTP1Fast())
httpListener := muxServer.Match(cmux.HTTP1Fast(http.MethodPatch))
s.echoServer.Listener = httpListener
if err := s.echoServer.Start(address); err != nil {
slog.Error("failed to start echo server", err)