remove dead_service table, address may reused

This commit is contained in:
Cloud Wu
2018-10-08 15:44:12 +08:00
committed by 云风
parent 08e56f4316
commit e0f16b8df5

View File

@@ -84,7 +84,6 @@ local function _error_dispatch(error_session, error_source)
-- error_source is down, clear unreponse set
for resp, address in pairs(unresponse) do
if error_source == address then
print("UNRESP", address)
unresponse[resp] = nil
end
end