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

Add support for UNIX domain sockets #227

Closed
wants to merge 1 commit into from

Conversation

juhlig
Copy link
Contributor

@juhlig juhlig commented May 13, 2019

I left some more comments in the code to explain why I did what I did the way I did it.

src/ranch.erl Outdated Show resolved Hide resolved
test/acceptor_SUITE.erl Outdated Show resolved Hide resolved
test/acceptor_SUITE.erl Outdated Show resolved Hide resolved
test/acceptor_SUITE.erl Outdated Show resolved Hide resolved
end.

do_tempname() ->
lists:reverse(tl(lists:reverse(os:cmd("mktemp -u")))).
Copy link
Member

Choose a reason for hiding this comment

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

There's actually better, lists:droplast(os:cmd(...)). I'll do it when merging.

@essen
Copy link
Member

essen commented May 18, 2019

I'm merging but this will need updating the manual at the very least.

@essen essen closed this May 18, 2019
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