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

urlgetter: allow user to get full response body #1520

Open
bassosimone opened this issue Nov 23, 2020 · 1 comment
Open

urlgetter: allow user to get full response body #1520

bassosimone opened this issue Nov 23, 2020 · 1 comment
Assignees
Labels
data quality GSoC GSoC related issues methodology issues related to the testing methodology ooni/probe-engine priority/low

Comments

@bassosimone
Copy link
Member

Currently the body is always truncated inside netx to 1<<17. This is a bummer, especially because the riseupvpn experiment is using the full response body. Therefore we should find a way for the user to avoid truncating the body.

@bassosimone bassosimone self-assigned this Nov 23, 2020
@bassosimone bassosimone changed the title urlgetter: allow user to get fully response body urlgetter: allow user to get full response body Nov 23, 2020
@bassosimone
Copy link
Member Author

This is obviously related to ooni/probe-engine#1191. The component that causes issues in ooni/probe-engine#1191 is the component that prevents getting the full body here.

@bassosimone bassosimone transferred this issue from ooni/probe-engine Jun 7, 2021
@bassosimone bassosimone added GSoC GSoC related issues methodology issues related to the testing methodology labels Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data quality GSoC GSoC related issues methodology issues related to the testing methodology ooni/probe-engine priority/low
Projects
None yet
Development

No branches or pull requests

2 participants