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

feat(probeservices): handle gzipped check-in responses #1002

Merged
merged 18 commits into from Dec 14, 2022
Merged

Conversation

bassosimone
Copy link
Member

@bassosimone bassosimone commented Dec 8, 2022

Checklist

Description

Support for gzipped check-in responses.

bassosimone added a commit that referenced this pull request Dec 9, 2022
This diff changes httpapi Endpoint and Descriptor such that the
logger field is part of the Endpoint rather than Descriptor.

This changes makes sense because the logger to use should be the
same for every API call. What matters, instead, is whether to log
bodies, which remains a property of the API Descriptor.

While I authored this diff originally as part of the work done
in #997, it seems it's
required in #1002 as well.

Hence, the reference issue is ooni/probe#2379.
bassosimone added a commit that referenced this pull request Dec 9, 2022
This diff changes httpapi Endpoint and Descriptor such that the
logger field is part of the Endpoint rather than Descriptor.

This changes makes sense because the logger to use should be the
same for every API call. What matters, instead, is whether to log
bodies, which remains a property of the API Descriptor.

While I authored this diff originally as part of the work done
in #997, it seems it's
required in #1002 as well.

Hence, the reference issue is ooni/probe#2379.

While there, fix the go1.19 build workflow, which was broken
by using actions/setup-go rather than downloading go manually.
@bassosimone bassosimone changed the title feat(probeservices): request gzipped check-in responses feat(probeservices): handle gzipped check-in responses Dec 9, 2022
@bassosimone bassosimone marked this pull request as ready for review December 9, 2022 11:48
@bassosimone bassosimone merged commit 8df1173 into master Dec 14, 2022
@bassosimone bassosimone deleted the compress branch December 14, 2022 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant