Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pkg/receive/capnp_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/pkg/errors"

"github.com/thanos-io/thanos/pkg/receive/writecapnp"
"github.com/thanos-io/thanos/pkg/runutil"
)

type CapNProtoServer struct {
Expand All @@ -39,7 +38,6 @@ func (c *CapNProtoServer) ListenAndServe() error {
}

go func() {
defer runutil.CloseWithLogOnErr(c.logger, conn, "receive capnp conn")
rpcConn := rpc.NewConn(rpc.NewPackedStreamTransport(conn), &rpc.Options{
// The BootstrapClient is the RPC interface that will be made available
// to the remote endpoint by default.
Expand Down
Loading