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

allow only single request #2

Merged
merged 1 commit into from
Dec 8, 2016
Merged

Conversation

AkihiroSuda
Copy link
Contributor

For bfirsh/funker#9

Expected behavior: It should "refuse" the second connection (i.e. send TCP RST to the client)

Actual behavior without this PR: It just "ignore"s the second connection (i.e. stop responding to TCP SYN from the client)

Signed-off-by: Akihiro Suda suda.akihiro@lab.ntt.co.jp

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
@bfirsh
Copy link
Owner

bfirsh commented Dec 8, 2016

Ah, nice, thank you! Didn't realise you could do that.

We should probably have a test for this, but we can do that later.

@bfirsh bfirsh merged commit 892f157 into bfirsh:master Dec 8, 2016
@AkihiroSuda
Copy link
Contributor Author

Wrote a test: #3

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.

None yet

2 participants