You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use two distinct transactions, otherwise we cannot correlate which I/O (or other operations) belong to which DNS lookup operations. This change would require some refactoring insider netxlite and measurexlite.
`WebObservationsContainer.DNSLookupFailures` MUST be a slice because of
ooni/probe#2624. We have the same transaction
IDs for both A and AAAA queries. Until we fix this bug, we must use a
list because that allows for duplication.
While there, create `measurexlite.webTitleRegexp` just once.
While there, implement an `-help` flag for
`./internal/cmd/minipipeline`.
`WebObservationsContainer.DNSLookupFailures` MUST be a slice because of
ooni/probe#2624. We have the same transaction
IDs for both A and AAAA queries. Until we fix this bug, we must use a
list because that allows for duplication.
While there, create `measurexlite.webTitleRegexp` just once.
While there, implement an `-help` flag for
`./internal/cmd/minipipeline`.
We should use two distinct transactions, otherwise we cannot correlate which I/O (or other operations) belong to which DNS lookup operations. This change would require some refactoring insider
netxlite
andmeasurexlite
.For example:
See https://explorer.ooni.org/m/20231030145816.812438_IT_webconnectivity_57f0778d880c86a7
The text was updated successfully, but these errors were encountered: