ostinelli / misultin

Misultin (pronounced mee-sool-téen) is an Erlang library for building fast lightweight HTTP(S) servers, which also supports websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG with ?MODULE

egobrain opened this issue · comments

It's me again.
You've got a mistake in misultin_http and misultin_accepter.
When you replaced function such as accept/8 by **?MODULE:**accept/8.
You need to export them.
in misultin_acceptor -export([acceptor/8]).
in misultin_http -export([request/2]).

Thank you :)

Issue confirmed.

Grazie!

hi,

if someone can provide this simple patch i'll be happy to merge it. i'm without my dev machine until tomorrow night. otherwise it'll be done by then.

thank you,

r.

closed, thank you 5143979