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

Call to bind(addr) never returns in example/tcp-servers #271

Open
wnklmnn opened this issue Aug 31, 2020 · 3 comments
Open

Call to bind(addr) never returns in example/tcp-servers #271

wnklmnn opened this issue Aug 31, 2020 · 3 comments

Comments

@wnklmnn
Copy link

wnklmnn commented Aug 31, 2020

Hi,
I tried running the tcp-servers example but for some reason the call to Handle::<TcpListener>::bind(addr) never seems to return.
Trying to use ports below 1024 which should result in a Err show the same behavior.

Since Handle::<TcpListener>::bind(addr) lives in nuclei I pulled down the source for that(vertexclique/nuclei@46086e3). Running the tcp-server example works fine.

@o0Ignition0o
Copy link
Contributor

Thanks a lot for narrowing it down, we'll try to have a look at the difference :)

@wnklmnn
Copy link
Author

wnklmnn commented Aug 31, 2020

Bisect points to this commit. 09d28de

@o0Ignition0o
Copy link
Contributor

Thanks for the bisect, it seems like i messed up something while feature gateing :( I ll try to figure it out

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

No branches or pull requests

2 participants