Skip to content

Commit 11190dd

Browse files
committed
Use upstream version of h2
Go back to upstream h2 version as the go-grpc bug is long solved Signed-off-by: Nicolas Belouin <[email protected]>
1 parent 2ebec8c commit 11190dd

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/workflows/check-rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
run: cargo clippy --all-targets --all-features -- -D warnings -A clippy::derive_partial_eq_without_eq
5050
- name: Run check
5151
run: cargo check
52-
- name: Check for H2 patch not being applied
53-
run: |
54-
cargo check >& h2-check.txt
55-
cat h2-check.txt | grep "h2" | grep "was not used in the crate graph" | wc -l | grep 0
5652
- name: Run tests
5753
run: cargo test
5854
- name: Run tests --ignored

Cargo.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Patch to allow invalid authority headers provided by grpc-go / kubelet
2-
# Issue to track: https://github.com/grpc/grpc-go/issues/2628
3-
[patch.crates-io]
4-
h2 = { git = "https://github.com/kate-goldenring/h2", branch = "v0.3.3-patch" }
5-
61
[workspace]
72
members = [
83
"shared",

0 commit comments

Comments
 (0)