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

Burl: HTTP and SOCKS5 proxy support #20

Merged
merged 4 commits into from
Nov 4, 2024

Conversation

ashtum
Copy link
Collaborator

@ashtum ashtum commented Nov 3, 2024

No description provided.

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://20.http-io.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://20.http-io.prtest2.cppalliance.org/site/index.html

@ashtum ashtum changed the title Burl: HTTP proxy support Burl: HTTP and SOCKS5 proxy support Nov 4, 2024
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://20.http-io.prtest2.cppalliance.org/site/index.html

1 similar comment
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://20.http-io.prtest2.cppalliance.org/site/index.html

@ashtum ashtum force-pushed the burl-http-proxy-support branch 3 times, most recently from fdfcf3e to 438c54e Compare November 4, 2024 15:46
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://20.http-io.prtest2.cppalliance.org/site/index.html

1 similar comment
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://20.http-io.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://20.http-io.prtest2.cppalliance.org/site/index.html

@ashtum ashtum merged commit f0d46ce into cppalliance:develop Nov 4, 2024
52 checks passed
@@ -378,8 +396,7 @@ class multipart_form
std::optional<std::uint64_t> file_size;
};

// storage_ containts boundary with extra "--" prefix and postfix.
// This reduces the number of steps needed during serialization.
// boundary with extra "--" prefix and postfix.
std::array<char, 2 + 46 + 2> storage_{ generate_boundary() };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this braced-initialization is going to eventually mess you up

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.

3 participants