I answered it in the github issue, but it's worth repeating here, it's just because cowboy in CB runs under mochicow, which provides a mochiweb interface on top of cowboy.
https://github.com/benoitc/mochicow/blob/8a0458dcdd73b13c1c4732cd3955d1471b25c21b/src/mochicow_request.erl#L13 It's nothing to worry about. -Jesse On Mon, Jan 5, 2015 at 12:47 PM, Samuel Rose <[email protected]> wrote: > On Mon, Jan 5, 2015 at 8:28 AM, <[email protected]> wrote: >> curl -I localhost:8001/api/something >> HTTP/1.1 200 OK >> Server: MochiWeb/1.0 (Any of you quaids got a smint?) >> Date: Mon, 05 Jan 2015 13:27:02 GMT >> Content-Type: text/html >> >> my config file >> >> {server,cowboy}, >> {session_adapter,cache}, >> {session_cookie_http_only,false}, >> {session_cookie_secure,false}, >> >> > > > > Do you need to: ./rebar clean get-deps compile > > > (recompile) > > ? > > > > > > > >> -- >> 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/f3be7914-93f2-41e4-9ea8-651fd89ef666%40googlegroups.com. >> 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/CA%2BH5g6rUy8actQsmiiJj3wJnAg%2Bghg7mN%2BpaLZqLT2kxoXAn5w%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- Jesse Gumm Owner, Sigma Star Systems 414.940.4866 || sigma-star.com || @jessegumm -- 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/CAPTXyXefcfwoMtgNyw05hknS_A6AxcPe2vBYnOEEnajYC%3DmrYg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
