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

Use the non-deprecated 'configureHTTP2Pipeline' in benchmarks #248

Merged
merged 1 commit into from
Sep 24, 2020

Conversation

glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Sep 24, 2020

Motivation:

CI is spitting out a bunch of warnings about 'configureHTTP2Pipeline'
being deprecated; it is called without providing the inbound stream state
initializer. The non-deprecated version requires that this is
explicitly passed as nil.

Modifications:

  • Explicitly set the 'inboundStreamInitializer' to nil

Result:

Fewer warnings.

Motivation:

CI is spitting out a bunch of warnings about 'configureHTTP2Pipeline'
being deprecated; it is called without providing the inbound stream state
initializer. The non-deprecated version requires that this is
explicitly passed as `nil`.

Modifications:

- Explicitly set the 'inboundStreamInitializer' to `nil`

Result:

Fewer warnings.
@glbrntt glbrntt added the semver/none No version bump required. label Sep 24, 2020
@glbrntt glbrntt requested a review from Lukasa September 24, 2020 09:37
@Lukasa Lukasa merged commit 119ae07 into apple:master Sep 24, 2020
@glbrntt glbrntt deleted the gb-fix-dep-warning branch September 24, 2020 09:46
glbrntt added a commit to glbrntt/swift-nio-http2 that referenced this pull request Sep 24, 2020
)

Motivation:

CI is spitting out a bunch of warnings about 'configureHTTP2Pipeline'
being deprecated; it is called without providing the inbound stream state
initializer. The non-deprecated version requires that this is
explicitly passed as `nil`.

Modifications:

- Explicitly set the 'inboundStreamInitializer' to `nil`

Result:

Fewer warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants