mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
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)
|
jsonAuthFail(w, r, s)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
w.Header().Set("Connection", "close")
|
||||||
jsonRPCRead(w, r, s)
|
jsonRPCRead(w, r, s)
|
||||||
})
|
})
|
||||||
go s.walletListenerDuplicator()
|
go s.walletListenerDuplicator()
|
||||||
|
|
Loading…
Add table
Reference in a new issue