Shaun Kruger
Shaun Kruger
This pull request implements setting an arbitrary access_token for use when an oauth implementation whose data structures are not compatible with what the oauth2_credentials parameter expects. In my testing I...
http hostname and port 'undefined' in access logs when using reverse proxy mode. Also denote http/https for listen_plain for listen_ssl listeners.
After reading the source to file:consult() this is how to read terms directly from a string. ErlTerms = "{a,b,c,d}.". {ok,Tokens,_} = erl_scan:string(ErlTerms). {ok,Term} = erl_parse:parse_term(Tokens). Term -> {a,b,c,d}.
I am picking up the work related to #165 an will be splitting it out into smaller more digestible PRs as requested. The CPU percent change is to bring the...