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

Added Service::poll() method #481

Merged
merged 2 commits into from
Dec 4, 2024

wip

cb50a3b
Select commit
Loading
Failed to load commit list.
Merged

Added Service::poll() method #481

wip
cb50a3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 4, 2024 in 1s

67.59% of diff hit (target 90.96%)

View this Pull Request on Codecov

67.59% of diff hit (target 90.96%)

Annotations

Check warning on line 273 in ntex-service/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex-service/src/lib.rs#L272-L273

Added lines #L272 - L273 were not covered by tests

Check warning on line 60 in ntex-service/src/pipeline.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex-service/src/pipeline.rs#L60

Added line #L60 was not covered by tests

Check warning on line 256 in ntex-service/src/pipeline.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex-service/src/pipeline.rs#L255-L256

Added lines #L255 - L256 were not covered by tests

Check warning on line 134 in ntex-util/src/services/keepalive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex-util/src/services/keepalive.rs#L130-L134

Added lines #L130 - L134 were not covered by tests

Check warning on line 233 in ntex/src/http/h1/service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex/src/http/h1/service.rs#L233

Added line #L233 was not covered by tests

Check warning on line 240 in ntex/src/http/h1/service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex/src/http/h1/service.rs#L235-L240

Added lines #L235 - L240 were not covered by tests

Check warning on line 234 in ntex/src/http/h2/service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex/src/http/h2/service.rs#L230-L234

Added lines #L230 - L234 were not covered by tests

Check warning on line 315 in ntex/src/http/service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex/src/http/service.rs#L315

Added line #L315 was not covered by tests

Check warning on line 322 in ntex/src/http/service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex/src/http/service.rs#L317-L322

Added lines #L317 - L322 were not covered by tests

Check warning on line 308 in ntex/src/web/app_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex/src/web/app_service.rs#L306-L308

Added lines #L306 - L308 were not covered by tests

Check warning on line 500 in ntex/src/web/scope.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ntex/src/web/scope.rs#L498-L500

Added lines #L498 - L500 were not covered by tests