mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
i suspect we would trigger asserts if we answer a cached
resolve request. this should help that. svn:r10334
This commit is contained in:
parent
32f5e19168
commit
a19d131ed7
@ -541,6 +541,7 @@ dns_resolve(edge_connection_t *exitconn)
|
||||
send_resolved_hostname_cell(exitconn, hostname);
|
||||
else
|
||||
send_resolved_cell(exitconn, RESOLVED_TYPE_IPV4);
|
||||
exitconn->on_circuit = NULL;
|
||||
} else {
|
||||
exitconn->next_stream = oncirc->n_streams;
|
||||
oncirc->n_streams = exitconn;
|
||||
|
Loading…
Reference in New Issue
Block a user