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

refactor(client): de-duplicate process & run and split into h3 & h09 #1727

Merged
merged 4 commits into from
Mar 14, 2024

Merge branch 'main' into client-merge-run

49ce1ae
Select commit
Loading
Failed to load commit list.
Merged

refactor(client): de-duplicate process & run and split into h3 & h09 #1727

Merge branch 'main' into client-merge-run
49ce1ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 14, 2024 in 0s

0.00% of diff hit (target 89.41%)

View this Pull Request on Codecov

0.00% of diff hit (target 89.41%)

Annotations

Check warning on line 50 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L43-L50

Added lines #L43 - L50 were not covered by tests

Check warning on line 62 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L52-L62

Added lines #L52 - L62 were not covered by tests

Check warning on line 69 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L66-L69

Added lines #L66 - L69 were not covered by tests

Check warning on line 71 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L71

Added line #L71 was not covered by tests

Check warning on line 78 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L73-L78

Added lines #L73 - L78 were not covered by tests

Check warning on line 82 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L82

Added line #L82 was not covered by tests

Check warning on line 88 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L84-L88

Added lines #L84 - L88 were not covered by tests

Check warning on line 94 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L90-L94

Added lines #L90 - L94 were not covered by tests

Check warning on line 98 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L96-L98

Added lines #L96 - L98 were not covered by tests

Check warning on line 102 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 114 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L105-L114

Added lines #L105 - L114 were not covered by tests

Check warning on line 125 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L117-L125

Added lines #L117 - L125 were not covered by tests

Check warning on line 129 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L127-L129

Added lines #L127 - L129 were not covered by tests

Check warning on line 134 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L131-L134

Added lines #L131 - L134 were not covered by tests

Check warning on line 136 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L136

Added line #L136 was not covered by tests

Check warning on line 139 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 144 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L142-L144

Added lines #L142 - L144 were not covered by tests

Check warning on line 151 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L146-L151

Added lines #L146 - L151 were not covered by tests

Check warning on line 155 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L153-L155

Added lines #L153 - L155 were not covered by tests

Check warning on line 168 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L159-L168

Added lines #L159 - L168 were not covered by tests

Check warning on line 180 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L170-L180

Added lines #L170 - L180 were not covered by tests

Check warning on line 182 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L182

Added line #L182 was not covered by tests

Check warning on line 203 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L184-L203

Added lines #L184 - L203 were not covered by tests

Check warning on line 208 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L205-L208

Added lines #L205 - L208 were not covered by tests

Check warning on line 211 in neqo-bin/src/bin/client/http09.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

neqo-bin/src/bin/client/http09.rs#L210-L211

Added lines #L210 - L211 were not covered by tests