my client is nothing but an erlang process on another machine doing an https post - no ajax - via httpc:request(post,etc.).
for each message in a database, it constructs a json body and then posts it On Mon, Aug 4, 2014 at 10:03 AM, can2nac <[email protected]> wrote: > if u have that stuff during ajax calls, then do u have appropriate crashes > in console? > > On Thursday, February 6, 2014 7:18:45 PM UTC+4, Dominic DeWolfe wrote: >> >> 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. >> >> >> >> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "ChicagoBoss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/chicagoboss/_CiwCWLWhk4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/1ce5ba48-0c47-4a6d-86c6-66d741446d3d%40googlegroups.com > <https://groups.google.com/d/msgid/chicagoboss/1ce5ba48-0c47-4a6d-86c6-66d741446d3d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CANnHf0PANHBG%2BFkF%3DZjFNgHhcHjkTDs6SosLkGB5XAbO5z5JpQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
