Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dns: Set the result to null in cancelLookup()
When lookupHost() is called the handle returned from allocateHandle() might be a reused handle. The delegate will be cleared, but the result might still be there and the assert in lookupHost() will fail: ``` assert(!m_lookups[handle].result); ```
- Loading branch information