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

Fix typo for Bootstrap’s resolver parameter #53

Merged
merged 1 commit into from
Mar 2, 2018

Conversation

SebastianThiebaud
Copy link
Contributor

No description provided.

@swift-nio-bot
Copy link

Can one of the admins verify this patch?

@normanmaurer
Copy link
Member

test this please

@tomerd
Copy link
Member

tomerd commented Mar 2, 2018

@swift-nio-bot test this please

Copy link
Member

@weissi weissi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks very much, lgtm!

@weissi weissi added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Mar 2, 2018
@weissi
Copy link
Member

weissi commented Mar 2, 2018

that's the flaky test addressed by #41 , so I'll retest

@weissi
Copy link
Member

weissi commented Mar 2, 2018

test this please

@normanmaurer
Copy link
Member

The failure is related to #45 and not this change. Let me merge this one

@normanmaurer normanmaurer merged commit 4cfbbee into apple:master Mar 2, 2018
@normanmaurer
Copy link
Member

@SebastianThiebaud thanks a lot!

@normanmaurer normanmaurer added this to the 1.1.0 milestone Mar 5, 2018
weissi pushed a commit to weissi/swift-nio that referenced this pull request Feb 4, 2023
Motivation:

While working on an unwrapping patch, I wrote a few tests to provide an
envelope on the unwrapping behaviour in OpenSSL. Some of these tests
should have counterparts for closure, but do not. This patch brings the
equivalent tests forward.

Modifications:

- Tested the failure mode when receiving gibberish instead of
    CLOSE_NOTIFY.
- Tested what happens to writes that are flushed after close().

Result:

Better test coverage.
rnro pushed a commit to rnro/swift-nio that referenced this pull request Oct 3, 2023
Just to show that

a) integration tests are useful (found a bug: assertion in handlerRemoved instead of deinit)
b) integration tests are lots of work

Co-authored-by: Johannes Weiss <johannes@jweiss.io>
weissi added a commit to weissi/swift-nio that referenced this pull request Feb 3, 2024
Motivation:

JSPN-RPC uses various framing methods, one is Content-Length based
framing. NIOExtras should provide encoder/decoders for this.

Modifications:

Add such codecs.

Result:

NIOExtras more useful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants