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

add HTTP2 support for http.Client and Vald HTTP Server #2572

Merged
merged 1 commit into from
Aug 7, 2024

add HTTP2 support for http.Client and Vald HTTP Server

1c30a54
Select commit
Loading
Failed to load commit list.
Merged

add HTTP2 support for http.Client and Vald HTTP Server #2572

add HTTP2 support for http.Client and Vald HTTP Server
1c30a54
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 7, 2024 in 1s

6.66% of diff hit (target 17.39%)

View this Pull Request on Codecov

6.66% of diff hit (target 17.39%)

Annotations

Check warning on line 285 in internal/config/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/server.go#L275-L285

Added lines #L275 - L285 were not covered by tests

Check warning on line 54 in internal/net/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/http/client/client.go#L54

Added line #L54 was not covered by tests

Check warning on line 282 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L279-L282

Added lines #L279 - L282 were not covered by tests

Check warning on line 290 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L286-L290

Added lines #L286 - L290 were not covered by tests

Check warning on line 292 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L292

Added line #L292 was not covered by tests

Check warning on line 294 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L294

Added line #L294 was not covered by tests

Check warning on line 301 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L298-L301

Added lines #L298 - L301 were not covered by tests

Check warning on line 304 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L303-L304

Added lines #L303 - L304 were not covered by tests

Check warning on line 312 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L308-L312

Added lines #L308 - L312 were not covered by tests

Check warning on line 314 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L314

Added line #L314 was not covered by tests

Check warning on line 316 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L316

Added line #L316 was not covered by tests

Check warning on line 324 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L320-L324

Added lines #L320 - L324 were not covered by tests

Check warning on line 326 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L326

Added line #L326 was not covered by tests

Check warning on line 328 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L328

Added line #L328 was not covered by tests

Check warning on line 336 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L332-L336

Added lines #L332 - L336 were not covered by tests

Check warning on line 338 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L338

Added line #L338 was not covered by tests

Check warning on line 340 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L340

Added line #L340 was not covered by tests

Check warning on line 348 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L344-L348

Added lines #L344 - L348 were not covered by tests

Check warning on line 350 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L350

Added line #L350 was not covered by tests

Check warning on line 352 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L352

Added line #L352 was not covered by tests

Check warning on line 360 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L356-L360

Added lines #L356 - L360 were not covered by tests

Check warning on line 362 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L362

Added line #L362 was not covered by tests

Check warning on line 364 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L364

Added line #L364 was not covered by tests

Check warning on line 372 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L368-L372

Added lines #L368 - L372 were not covered by tests

Check warning on line 374 in internal/servers/server/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/option.go#L374

Added line #L374 was not covered by tests