security-union / sec-http3

MIT License
14 stars 0 forks source link

Sync upstream and clarify examples usage #4

Closed ten3roberts closed 1 year ago

ten3roberts commented 1 year ago

Brings sec-http3 up to speed with the final changes before merging in h3 that occurred after merging.

The extra files as a result of renaming will be cleaned up

ten3roberts commented 1 year ago

The differences that this fork didn't catch as it was forked just before the final commits were minor and mostly touch ups.

ten3roberts commented 1 year ago

I refined the README inside examples and corrected the certificate paths.

Perhaps we should not Squash these commits as we would lose that difference, though that is just mainly preference.

I haven't used Squash and Merge much, as I've mostly used and do prefer to keep and refer back to specific commits and fixes.

darioalessandro commented 1 year ago

lgtm I enabled merge commits with linear history

darioalessandro commented 1 year ago

If you want to release this to crates.io you might want to bump the version.

ten3roberts commented 1 year ago

Mayhaps we should see if the custom webtransport session required by salvo would like to see an appearance in this crate.

This PR contains almost no api changes, and only small comment changes for links so it may not be worth it to publish a new version just right now, but we can come back to that.

darioalessandro commented 1 year ago

sounds good, smash that merge button whenever you are ready, I enabled both squash and merge and rebase and merge so that you can keep the commit history.