Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed Dec 10, 2019
1 parent bc628a4 commit 1c4ef13
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions server/core/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package core

import (
"crypto/tls"
"fmt"
"io/ioutil"
"net"
Expand All @@ -36,7 +35,7 @@ import (
"github.com/nats-io/nkeys"
)

const version = "0.8.3"
const version = "0.8.4"

// AccountServer is the core structure for the server.
type AccountServer struct {
Expand Down Expand Up @@ -366,10 +365,6 @@ func (server *AccountServer) initializeSystemAccount() error {
}

func (server *AccountServer) createHTTPClient() *http.Client {
config := server.config.HTTP

tlsConf := config.TLS

timeout := time.Duration(time.Duration(server.config.ReplicationTimeout) * time.Millisecond)
tr := &http.Transport{
MaxIdleConnsPerHost: 1,
Expand Down

0 comments on commit 1c4ef13

Please sign in to comment.