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

Returns TCPListener's from http listener. Solves #1074. #1088

Closed
wants to merge 1 commit into from

Conversation

rikkimax
Copy link

@rikkimax rikkimax commented May 2, 2015

Untested post http-server-example usage.
It shouldn't break anything in the wild, as it is changing void return type to TCPListener[].

Related issue: #1074

This doesn't fulfill @etcimon's use case.

@s-ludwig
Copy link
Member

s-ludwig commented May 3, 2015

This approach has a lot of issues and really needs to be replaced by something that is tied to the HTTPServerContext instead. I've started to implement this by using a HTTPServerContext.id member.

@rikkimax
Copy link
Author

rikkimax commented May 3, 2015

Sounds good. I'll close this PR then since a better option is being worked on.

@rikkimax rikkimax closed this May 3, 2015
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.

2 participants