-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Close #11] Euen.11.rebar3 #12
Conversation
4461692
to
0a700ca
Compare
src/fusco.erl
Outdated
if | ||
ClientConnection -> | ||
fusco_sock:close(Socket, State#client_state.ssl), | ||
case ClientConnection of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just…
case fusco_lib:is_close(ConHdr) of
?
src/fusco.erl
Outdated
%%------------------------------------------------------------------------------ | ||
%% @private | ||
%%------------------------------------------------------------------------------ | ||
inet_getaddr({ok, _}) -> true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function should be called is_proper_addr
or is_ok_response
or something clearer
775bcc1
to
fda6252
Compare
rebar.config
Outdated
]}, | ||
{shell, [ | ||
{deps, [ | ||
{sync, {git, "https://github.com/rustyio/sync.git", {ref, "9c78e7b"}}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this dependency if possible, (maybe leave it in as a recommended and commented entry?)
39418ce
to
bfa008b
Compare
No description provided.