Hi guys...
I am getting strange errors when I try and use cowboy..on Cb v.0.8.9
[error] emulator Error in process <0.1170.0> on node 'cbeasyweb2@KingGeorgeEasy' with exit value: {function_clause,[{cowboy_http,quoted_string,[<<28 bytes>>,#Fun<cowboy_http.19.85016776>],[{file,"src/cowboy_http.erl"},{line,690}]},{cowboy_http,nonempty_list,2,[{file,"src/cowboy_http.erl"},{line,58}]},{cowboy_req,parse_header,4,[{file,"src/cowboy_req.erl"},{line...
2014-02-06 09:30:40.920 [error] <0.163.0> Ranch listener boss_http_listener had connection process started with cowboy_protocol:start_link/4 at <0.1170.0> exit with reason: {function_clause,[{cowboy_http,quoted_string,[<<"Z7beYRNAYoG1FhskmU7FMH9ws6U=">>,#Fun<cowboy_http.19.85016776>],[{file,"src/cowboy_http.erl"},{line,690}]},{cowboy_http,nonempty_list,2,[{file,"src/cowboy_http.erl"},{line,58}]},{cowboy_req,parse_header,4,[{file,"src/cowboy_req.erl"},{line,473}]},{cowboy_rest,if_none_match_exists,2,[{file,"src/cowboy_rest.erl"},{line,583}]},{cowboy_protocol,execute,4,[{file,"src/cowboy_protocol.erl"},{line,529}]}]}
everything seems to work fine with mochiweb. I am doing something a little different..I'm using angularjs with a controller in CB the redirects to /priv/static/app/partials/index.html. Has anyone come accross this before? I would really rather use Cowboy.