Set the Connection header to close

This commit is contained in:
David Hill 2014-01-10 10:57:05 -05:00
parent dacf9d77c5
commit 3a59e4d064

View file

@ -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()