Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(webconnectivity@v0.5): include http transaction start/done #943

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

bassosimone
Copy link
Contributor

Code based on urlgetter had this event and we would like to have this event with step-by-step code as well.

Because there's no tracing for HTTP when using step-by-step, we will need to include emitting these events inside the boilerplate.

By doing that, we emit events out of order, so make sure we sort them by T, which is "the moment when the event was collected".

Part of ooni/probe#2238

Code based on urlgetter had this event and we would like to have this
event with step-by-step code as well.

Because there's no tracing for HTTP when using step-by-step, we will
need to include emitting these events inside the boilerplate.

By doing that, we emit events out of order, so make sure we sort
them by T, which is "the moment when the event was collected".

Part of ooni/probe#2238
@bassosimone bassosimone requested a review from hellais as a code owner September 8, 2022 08:30
@bassosimone bassosimone merged commit 5ade2d9 into master Sep 8, 2022
@bassosimone bassosimone deleted the issue/2238 branch September 8, 2022 08:37
bassosimone added a commit that referenced this pull request Sep 8, 2022
…done (#943)

Code based on urlgetter had this event and we would like to have this
event with step-by-step code as well.

Because there's no tracing for HTTP when using step-by-step, we will
need to include emitting these events inside the boilerplate.

By doing that, we emit events out of order, so make sure we sort
them by T, which is "the moment when the event was collected".

Part of ooni/probe#2238
bassosimone added a commit that referenced this pull request Sep 8, 2022
We're bumping the version number to reflect recent improvements in the
data format implemented in these pull requests:

- #942

- #943

- #944

Reference issue: ooni/probe#2238
bassosimone added a commit that referenced this pull request Sep 8, 2022
chore: web_connectivity v0.5.5

We're bumping the version number to reflect recent improvements in the
data format implemented in these pull requests:

- #942

- #943

- #944

Reference issue: ooni/probe#2238
bassosimone added a commit that referenced this pull request Sep 8, 2022
chore: web_connectivity v0.5.5

We're bumping the version number to reflect recent improvements in the
data format implemented in these pull requests:

- #942

- #943

- #944

Reference issue: ooni/probe#2238
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant