Skip to content

redirects ignore EventLoop preference - issue#88 #89

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

Merged

Conversation

ldewailly
Copy link

See #88 for details

@@ -487,8 +487,9 @@ class HTTPClientTests: XCTestCase {

func testEventLoopArgument() throws {
let httpBin = HttpBin()
let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
let httpClient = HTTPClient(eventLoopGroupProvider: .shared(eventLoopGroup))
let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: 5)
Copy link
Author

@ldewailly ldewailly Aug 21, 2019

Choose a reason for hiding this comment

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

We need more than 1 thread or this test is meaningless

Copy link
Contributor

@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, lgtm!

@ldewailly ldewailly force-pushed the issue#88_el_pref_on_redirect branch from d04a722 to 9e82eeb Compare August 21, 2019 10:24
@artemredkin artemredkin merged commit 8814439 into swift-server:master Aug 21, 2019
@artemredkin
Copy link
Collaborator

Thank you @ldewailly !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants