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

cleanup: headers map now uses ArchivalMaybeBinaryString #1333

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

bassosimone
Copy link
Contributor

This diff modifies the headers-as-a-map representation such that we use ArchivalMaybeBinaryString instead of ArchivalMaybeBinaryData.

The overall idea is to migrate all users of the latter to the former, such that we can remove the latter and implement extra scrubbing for all ArchivalMaybeBinaryString users.

Part of ooni/probe#2531

This diff modifies the headers-as-a-map representation such that
we use ArchivalMaybeBinaryString instead of ArchivalMaybeBinaryData.

The overall idea is to migrate all users of the latter to the
former, such that we can remove the latter and implement extra
scrubbing for all ArchivalMaybeBinaryString users.

Part of ooni/probe#2531
@bassosimone bassosimone changed the title cleanup: headers map repr now uses ArchivalMaybeBinaryString cleanup: headers map now uses ArchivalMaybeBinaryString Sep 28, 2023
@bassosimone bassosimone merged commit af68086 into master Sep 28, 2023
@bassosimone bassosimone deleted the issue/2531 branch September 28, 2023 19:09
Murphy-OrangeMud pushed a commit to Murphy-OrangeMud/probe-cli that referenced this pull request Feb 13, 2024
This diff modifies the headers-as-a-map representation such that we use
ArchivalMaybeBinaryString instead of ArchivalMaybeBinaryData.

The overall idea is to migrate all users of the latter to the former,
such that we can remove the latter and implement extra scrubbing for all
ArchivalMaybeBinaryString users.

Part of ooni/probe#2531
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