Set the Connection header to close
This commit is contained in:
parent
dacf9d77c5
commit
3a59e4d064
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ func (s *rpcServer) Start() {
|
|||
jsonAuthFail(w, r, s)
|
||||
return
|
||||
}
|
||||
w.Header().Set("Connection", "close")
|
||||
jsonRPCRead(w, r, s)
|
||||
})
|
||||
go s.walletListenerDuplicator()
|
||||
|
|
Loading…
Add table
Reference in a new issue