summaryrefslogtreecommitdiffstats
path: root/archives/extend/2013-November
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-29 12:39:49 +0200
committerLoïc Hoguin <[email protected]>2016-08-29 12:40:03 +0200
commitc807880f7ac73f813b2660ea81a00f7712a4e793 (patch)
treeba1d09e9b177f230665a80513b33fbd532000ce4 /archives/extend/2013-November
parentb1df25a7d9cda697513650659b781b55b40898f8 (diff)
downloadninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip
Add old mailing list archives
Diffstat (limited to 'archives/extend/2013-November')
-rw-r--r--archives/extend/2013-November/000294.html111
-rw-r--r--archives/extend/2013-November/000295.html122
-rw-r--r--archives/extend/2013-November/000296.html71
-rw-r--r--archives/extend/2013-November/000297.html80
-rw-r--r--archives/extend/2013-November/000298.html88
-rw-r--r--archives/extend/2013-November/000299.html71
-rw-r--r--archives/extend/2013-November/000300.html71
-rw-r--r--archives/extend/2013-November/000301.html64
-rw-r--r--archives/extend/2013-November/000302.html78
-rw-r--r--archives/extend/2013-November/000303.html70
-rw-r--r--archives/extend/2013-November/000304.html103
-rw-r--r--archives/extend/2013-November/000305.html77
-rw-r--r--archives/extend/2013-November/000306.html92
-rw-r--r--archives/extend/2013-November/000307.html77
-rw-r--r--archives/extend/2013-November/000308.html68
-rw-r--r--archives/extend/2013-November/000309.html98
-rw-r--r--archives/extend/2013-November/000310.html75
-rw-r--r--archives/extend/2013-November/000311.html82
-rw-r--r--archives/extend/2013-November/000312.html76
-rw-r--r--archives/extend/2013-November/000313.html79
-rw-r--r--archives/extend/2013-November/author.html147
-rw-r--r--archives/extend/2013-November/date.html147
-rw-r--r--archives/extend/2013-November/index.html183
-rw-r--r--archives/extend/2013-November/subject.html147
-rw-r--r--archives/extend/2013-November/thread.html183
25 files changed, 2460 insertions, 0 deletions
diff --git a/archives/extend/2013-November/000294.html b/archives/extend/2013-November/000294.html
new file mode 100644
index 00000000..cc52b5a3
--- /dev/null
+++ b/archives/extend/2013-November/000294.html
@@ -0,0 +1,111 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Cowboy and Ranch 0.9.0 released
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3C5284F908.9000605%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+ <LINK REL="Next" HREF="000295.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Cowboy and Ranch 0.9.0 released</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3C5284F908.9000605%40ninenines.eu%3E"
+ TITLE="[99s-extend] Cowboy and Ranch 0.9.0 released">essen at ninenines.eu
+ </A><BR>
+ <I>Thu Nov 14 17:23:36 CET 2013</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#294">[ date ]</a>
+ <a href="thread.html#294">[ thread ]</a>
+ <a href="subject.html#294">[ subject ]</a>
+ <a href="author.html#294">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello shiny people,
+
+Cowboy 0.9.0 has been released. Ranch 0.9.0 has been released too! So
+let's start with that.
+
+Ranch 0.9.0 is just stability improvements, better error reporting and a
+couple new SSL options.
+
+Cowboy 0.9.0 is using it of course, and also has official SPDY support
+(documented and everything!), a revamped cowboy_static (built-in
+mimetypes support, and also documented), tons of additions to the guide,
+tons of user patches and other changes you can find here:
+
+ * <A HREF="https://github.com/extend/cowboy/blob/master/CHANGELOG.md">https://github.com/extend/cowboy/blob/master/CHANGELOG.md</A>
+
+Which reminds me, I want to thank all 70 awesome contributors (myself
+included) that make the Cowboy project so fun to work on! So, thank you!
+
+When upgrading, please be aware that:
+
+ * A dependency has been added, cowlib
+ * Various undocumented functions have been moved to cowlib
+ * The options for cowboy_static changed a lot, so read the guide
+ * You need to set ERL_LIBS or equivalent for cowboy_static to find
+your private directory now
+
+You can find the updated guide on <A HREF="http://ninenines.eu">http://ninenines.eu</A> BUT do note that
+I'm migrating the site so if you do not see &quot;Contribute to this site&quot; in
+the bottom left next to &quot;Contact&quot;, then you are on the old version and
+should probably head to github for your documentation needs, or use the
+files in your clone directly. I also have improvements left to make to
+the site to make navigating documentation easier, so stay tuned!
+
+Speaking of the guide, now all the examples, but also the getting
+started chapter of the guide, are releases. I am hopeful that this will
+make more people use releases by default instead of an awful start.sh
+script.
+
+For details on what's coming up next, see the ROADMAP. Next step (0.10)
+is finishing the request body work, fixing some timeout issues and
+adding proper multipart support for both requests and responses. This
+will be the last significant step before 1.0. I have hopes that all this
+will be ready around the time R17 is released.
+
+So yeah, enjoy! And as always please forward any feedback, especially
+related to the user guide as this is my main focus now.
+
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#294">[ date ]</a>
+ <a href="thread.html#294">[ thread ]</a>
+ <a href="subject.html#294">[ subject ]</a>
+ <a href="author.html#294">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000295.html b/archives/extend/2013-November/000295.html
new file mode 100644
index 00000000..72359c9f
--- /dev/null
+++ b/archives/extend/2013-November/000295.html
@@ -0,0 +1,122 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3CCA%2BqFv3totg6BgkLDdNPJQnj9BD%3DTYjfqj%2BR_BzTij29Uj%3D55DQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000294.html">
+ <LINK REL="Next" HREF="000296.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released</H1>
+ <B>Barco You</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3CCA%2BqFv3totg6BgkLDdNPJQnj9BD%3DTYjfqj%2BR_BzTij29Uj%3D55DQ%40mail.gmail.com%3E"
+ TITLE="[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released">barcojie at gmail.com
+ </A><BR>
+ <I>Fri Nov 15 02:57:17 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released
+</A></li>
+ <LI>Next message: <A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#295">[ date ]</a>
+ <a href="thread.html#295">[ thread ]</a>
+ <a href="subject.html#295">[ subject ]</a>
+ <a href="author.html#295">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Very excited to hear of this. Cowboy is very good to use.
+On Nov 15, 2013 12:23 AM, &quot;Lo&#239;c Hoguin&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:
+
+&gt;<i> Hello shiny people,
+</I>&gt;<i>
+</I>&gt;<i> Cowboy 0.9.0 has been released. Ranch 0.9.0 has been released too! So
+</I>&gt;<i> let's start with that.
+</I>&gt;<i>
+</I>&gt;<i> Ranch 0.9.0 is just stability improvements, better error reporting and a
+</I>&gt;<i> couple new SSL options.
+</I>&gt;<i>
+</I>&gt;<i> Cowboy 0.9.0 is using it of course, and also has official SPDY support
+</I>&gt;<i> (documented and everything!), a revamped cowboy_static (built-in mimetypes
+</I>&gt;<i> support, and also documented), tons of additions to the guide, tons of user
+</I>&gt;<i> patches and other changes you can find here:
+</I>&gt;<i>
+</I>&gt;<i> * <A HREF="https://github.com/extend/cowboy/blob/master/CHANGELOG.md">https://github.com/extend/cowboy/blob/master/CHANGELOG.md</A>
+</I>&gt;<i>
+</I>&gt;<i> Which reminds me, I want to thank all 70 awesome contributors (myself
+</I>&gt;<i> included) that make the Cowboy project so fun to work on! So, thank you!
+</I>&gt;<i>
+</I>&gt;<i> When upgrading, please be aware that:
+</I>&gt;<i>
+</I>&gt;<i> * A dependency has been added, cowlib
+</I>&gt;<i> * Various undocumented functions have been moved to cowlib
+</I>&gt;<i> * The options for cowboy_static changed a lot, so read the guide
+</I>&gt;<i> * You need to set ERL_LIBS or equivalent for cowboy_static to find your
+</I>&gt;<i> private directory now
+</I>&gt;<i>
+</I>&gt;<i> You can find the updated guide on <A HREF="http://ninenines.eu">http://ninenines.eu</A> BUT do note that
+</I>&gt;<i> I'm migrating the site so if you do not see &quot;Contribute to this site&quot; in
+</I>&gt;<i> the bottom left next to &quot;Contact&quot;, then you are on the old version and
+</I>&gt;<i> should probably head to github for your documentation needs, or use the
+</I>&gt;<i> files in your clone directly. I also have improvements left to make to the
+</I>&gt;<i> site to make navigating documentation easier, so stay tuned!
+</I>&gt;<i>
+</I>&gt;<i> Speaking of the guide, now all the examples, but also the getting started
+</I>&gt;<i> chapter of the guide, are releases. I am hopeful that this will make more
+</I>&gt;<i> people use releases by default instead of an awful start.sh script.
+</I>&gt;<i>
+</I>&gt;<i> For details on what's coming up next, see the ROADMAP. Next step (0.10) is
+</I>&gt;<i> finishing the request body work, fixing some timeout issues and adding
+</I>&gt;<i> proper multipart support for both requests and responses. This will be the
+</I>&gt;<i> last significant step before 1.0. I have hopes that all this will be ready
+</I>&gt;<i> around the time R17 is released.
+</I>&gt;<i>
+</I>&gt;<i> So yeah, enjoy! And as always please forward any feedback, especially
+</I>&gt;<i> related to the user guide as this is my main focus now.
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Lo&#239;c Hoguin
+</I>&gt;<i> Erlang Cowboy
+</I>&gt;<i> Nine Nines
+</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> erlang-questions mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>
+</I>&gt;<i> <A HREF="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</A>
+</I>&gt;<i>
+</I>-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131115/79d7b0ce/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131115/79d7b0ce/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released
+</A></li>
+ <LI>Next message: <A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#295">[ date ]</a>
+ <a href="thread.html#295">[ thread ]</a>
+ <a href="subject.html#295">[ subject ]</a>
+ <a href="author.html#295">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000296.html b/archives/extend/2013-November/000296.html
new file mode 100644
index 00000000..72ba3c14
--- /dev/null
+++ b/archives/extend/2013-November/000296.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] concurrently calling cowboy_req:chunk
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20concurrently%20calling%20cowboy_req%3Achunk&In-Reply-To=%3CCA%2BeMAwa0MJF-4Z%2BV3SRNq5YLdJkpV6SDzTQnCEvdddpeENVv7w%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000295.html">
+ <LINK REL="Next" HREF="000297.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] concurrently calling cowboy_req:chunk</H1>
+ <B>akonsu</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20concurrently%20calling%20cowboy_req%3Achunk&In-Reply-To=%3CCA%2BeMAwa0MJF-4Z%2BV3SRNq5YLdJkpV6SDzTQnCEvdddpeENVv7w%40mail.gmail.com%3E"
+ TITLE="[99s-extend] concurrently calling cowboy_req:chunk">akonsu at gmail.com
+ </A><BR>
+ <I>Sun Nov 17 17:43:56 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A></li>
+ <LI>Next message: <A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#296">[ date ]</a>
+ <a href="thread.html#296">[ thread ]</a>
+ <a href="subject.html#296">[ subject ]</a>
+ <a href="author.html#296">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+if I call cowboy_req:chunk on the same Req from several processes that run
+simultaneously, I am guaranteed that the chunks that these processes write
+to the socket will not interleave with each other?
+
+thanks
+Konstantin
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131117/41119d53/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131117/41119d53/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A></li>
+ <LI>Next message: <A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#296">[ date ]</a>
+ <a href="thread.html#296">[ thread ]</a>
+ <a href="subject.html#296">[ subject ]</a>
+ <a href="author.html#296">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000297.html b/archives/extend/2013-November/000297.html
new file mode 100644
index 00000000..69e2c446
--- /dev/null
+++ b/archives/extend/2013-November/000297.html
@@ -0,0 +1,80 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%20cowboy_clock&In-Reply-To=%3CCEB29324.12B9C%25kevin.brown%40turner.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000296.html">
+ <LINK REL="Next" HREF="000298.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock</H1>
+ <B>Brown, Kevin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%20cowboy_clock&In-Reply-To=%3CCEB29324.12B9C%25kevin.brown%40turner.com%3E"
+ TITLE="[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock">Kevin.Brown at turner.com
+ </A><BR>
+ <I>Wed Nov 20 22:30:37 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A></li>
+ <LI>Next message: <A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#297">[ date ]</a>
+ <a href="thread.html#297">[ thread ]</a>
+ <a href="subject.html#297">[ subject ]</a>
+ <a href="author.html#297">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Cowfolk ,
+
+
+Just upgraded to cowboy 0.9.0 from 0.8.7. Seeing this cowboy_clock error on all REST requests. Anyone seen it? Investigating now.
+
+{badarg,[{ets,lookup_element,[cowboy_clock,rfc1123,2],[]}
+
+
+
+=ERROR REPORT==== 20-Nov-2013::16:24:59 ===
+
+Ranch listener http had connection process started with cowboy_protocol:start_link/4 at &lt;0.326.0&gt; exit with reason: {badarg,[{ets,lookup_element,[cowboy_clock,rfc1123,2],[]},{cowboy_clock,rfc1123,0,[{file,&quot;src/cowboy_clock.erl&quot;},{line,62}]},{cowboy_req,reply_no_compress,8,[{file,&quot;src/cowboy_req.erl&quot;},{line,1056}]},{cowboy_req,reply,4,[{file,&quot;src/cowboy_req.erl&quot;},{line,1009}]},{cowboy_rest,respond,3,[{file,&quot;src/cowboy_rest.erl&quot;},{line,996}]},{cowboy_rest,set_resp_body,2,[{file,&quot;src/cowboy_rest.erl&quot;},{line,876}]},{cowboy_protocol,execute,4,[{file,&quot;src/cowboy_protocol.erl&quot;},{line,529}]}]}
+
+
+-kb
+
+
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131120/6c3ab980/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131120/6c3ab980/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A></li>
+ <LI>Next message: <A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#297">[ date ]</a>
+ <a href="thread.html#297">[ thread ]</a>
+ <a href="subject.html#297">[ subject ]</a>
+ <a href="author.html#297">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000298.html b/archives/extend/2013-November/000298.html
new file mode 100644
index 00000000..0eadec5e
--- /dev/null
+++ b/archives/extend/2013-November/000298.html
@@ -0,0 +1,88 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3C528D2FED.40309%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000297.html">
+ <LINK REL="Next" HREF="000299.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3C528D2FED.40309%40ninenines.eu%3E"
+ TITLE="[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock">essen at ninenines.eu
+ </A><BR>
+ <I>Wed Nov 20 22:55:57 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#298">[ date ]</a>
+ <a href="thread.html#298">[ thread ]</a>
+ <a href="subject.html#298">[ subject ]</a>
+ <a href="author.html#298">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 11/20/2013 10:30 PM, Brown, Kevin wrote:
+&gt;<i> Cowfolk ,
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Just upgraded to cowboy 0.9.0 from 0.8.7. Seeing
+</I>&gt;<i> this cowboy_clock error on all REST requests. Anyone seen it?
+</I>&gt;<i> Investigating now.
+</I>&gt;<i>
+</I>&gt;<i> {badarg,[{ets,lookup_element,[cowboy_clock,rfc1123,2],[]}
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> =ERROR REPORT==== 20-Nov-2013::16:24:59 ===
+</I>&gt;<i>
+</I>&gt;<i> Ranch listener http had connection process started with
+</I>&gt;<i> cowboy_protocol:start_link/4 at &lt;0.326.0&gt; exit with reason:
+</I>&gt;<i> {badarg,[{ets,lookup_element,[cowboy_clock,rfc1123,2],[]},{cowboy_clock,rfc1123,0,[{file,&quot;src/cowboy_clock.erl&quot;},{line,62}]},{cowboy_req,reply_no_compress,8,[{file,&quot;src/cowboy_req.erl&quot;},{line,1056}]},{cowboy_req,reply,4,[{file,&quot;src/cowboy_req.erl&quot;},{line,1009}]},{cowboy_rest,respond,3,[{file,&quot;src/cowboy_rest.erl&quot;},{line,996}]},{cowboy_rest,set_resp_body,2,[{file,&quot;src/cowboy_rest.erl&quot;},{line,876}]},{cowboy_protocol,execute,4,[{file,&quot;src/cowboy_protocol.erl&quot;},{line,529}]}]}
+</I>
+That hasn't changed.
+
+Chances are when you upgraded, somehow, the ets table or the key was
+deleted. Table is cowboy_clock and key rfc1123 if you want to check quickly.
+
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#298">[ date ]</a>
+ <a href="thread.html#298">[ thread ]</a>
+ <a href="subject.html#298">[ subject ]</a>
+ <a href="author.html#298">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000299.html b/archives/extend/2013-November/000299.html
new file mode 100644
index 00000000..4337d7a2
--- /dev/null
+++ b/archives/extend/2013-November/000299.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3CCEB29D07.12C3B%25kevin.brown%40turner.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000298.html">
+ <LINK REL="Next" HREF="000300.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock</H1>
+ <B>Brown, Kevin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3CCEB29D07.12C3B%25kevin.brown%40turner.com%3E"
+ TITLE="[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock">Kevin.Brown at turner.com
+ </A><BR>
+ <I>Wed Nov 20 23:11:10 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#299">[ date ]</a>
+ <a href="thread.html#299">[ thread ]</a>
+ <a href="subject.html#299">[ subject ]</a>
+ <a href="author.html#299">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>cowboy_clock not started. Not sure why that is, but..
+
+From: &lt;Brown&gt;, Kevin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">kevin.brown at turner.com</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">kevin.brown at turner.com</A>&gt;&gt;
+Date: Wednesday, November 20, 2013 at 4:29 PM
+To: &quot;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&gt;&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&gt;&gt;
+Subject: cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+
+
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131120/82981048/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131120/82981048/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#299">[ date ]</a>
+ <a href="thread.html#299">[ thread ]</a>
+ <a href="subject.html#299">[ subject ]</a>
+ <a href="author.html#299">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000300.html b/archives/extend/2013-November/000300.html
new file mode 100644
index 00000000..3c903af2
--- /dev/null
+++ b/archives/extend/2013-November/000300.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3C528D35CD.1010300%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000299.html">
+ <LINK REL="Next" HREF="000301.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3C528D35CD.1010300%40ninenines.eu%3E"
+ TITLE="[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock">essen at ninenines.eu
+ </A><BR>
+ <I>Wed Nov 20 23:21:01 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#300">[ date ]</a>
+ <a href="thread.html#300">[ thread ]</a>
+ <a href="subject.html#300">[ subject ]</a>
+ <a href="author.html#300">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 11/20/2013 11:11 PM, Brown, Kevin wrote:
+&gt;<i> cowboy_clock not started. Not sure why that is, but..
+</I>
+Sounds like the Cowboy application didn't start then.
+
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#300">[ date ]</a>
+ <a href="thread.html#300">[ thread ]</a>
+ <a href="subject.html#300">[ subject ]</a>
+ <a href="author.html#300">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000301.html b/archives/extend/2013-November/000301.html
new file mode 100644
index 00000000..e26597d2
--- /dev/null
+++ b/archives/extend/2013-November/000301.html
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3CCEB2A293.12C42%25kevin.brown%40turner.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000300.html">
+ <LINK REL="Next" HREF="000302.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock</H1>
+ <B>Brown, Kevin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3CCEB2A293.12C42%25kevin.brown%40turner.com%3E"
+ TITLE="[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock">Kevin.Brown at turner.com
+ </A><BR>
+ <I>Wed Nov 20 23:32:09 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#301">[ date ]</a>
+ <a href="thread.html#301">[ thread ]</a>
+ <a href="subject.html#301">[ subject ]</a>
+ <a href="author.html#301">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131120/7808a87a/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131120/7808a87a/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#301">[ date ]</a>
+ <a href="thread.html#301">[ thread ]</a>
+ <a href="subject.html#301">[ subject ]</a>
+ <a href="author.html#301">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000302.html b/archives/extend/2013-November/000302.html
new file mode 100644
index 00000000..f55f8d93
--- /dev/null
+++ b/archives/extend/2013-November/000302.html
@@ -0,0 +1,78 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3CCEB2A2A6.12C43%25kevin.brown%40turner.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000301.html">
+ <LINK REL="Next" HREF="000303.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock</H1>
+ <B>Brown, Kevin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%200.9.0%3A%20badarg%20ets%3Alookup_element%0A%09cowboy_clock&In-Reply-To=%3CCEB2A2A6.12C43%25kevin.brown%40turner.com%3E"
+ TITLE="[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock">Kevin.Brown at turner.com
+ </A><BR>
+ <I>Wed Nov 20 23:34:27 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000303.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#302">[ date ]</a>
+ <a href="thread.html#302">[ thread ]</a>
+ <a href="subject.html#302">[ subject ]</a>
+ <a href="author.html#302">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Because I wasn&#8217;t starting cow_lib. Don&#8217;t ask.
+
+From: &lt;Brown&gt;, Kevin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">kevin.brown at turner.com</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">kevin.brown at turner.com</A>&gt;&gt;
+Date: Wednesday, November 20, 2013 at 5:11 PM
+To: &quot;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&gt;&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&gt;&gt;
+Subject: Re: cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+
+cowboy_clock not started. Not sure why that is, but..
+
+From: &lt;Brown&gt;, Kevin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">kevin.brown at turner.com</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">kevin.brown at turner.com</A>&gt;&gt;
+Date: Wednesday, November 20, 2013 at 4:29 PM
+To: &quot;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&gt;&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>&gt;&gt;
+Subject: cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+
+
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131120/792230f4/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131120/792230f4/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000303.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#302">[ date ]</a>
+ <a href="thread.html#302">[ thread ]</a>
+ <a href="subject.html#302">[ subject ]</a>
+ <a href="author.html#302">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000303.html b/archives/extend/2013-November/000303.html
new file mode 100644
index 00000000..541aa76b
--- /dev/null
+++ b/archives/extend/2013-November/000303.html
@@ -0,0 +1,70 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Cowboy and stable
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20stable&In-Reply-To=%3C9D6FADA9-0BF9-4E9A-BBC1-8149E154FC6D%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000302.html">
+ <LINK REL="Next" HREF="000304.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Cowboy and stable</H1>
+ <B>J.W. Luiten</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20stable&In-Reply-To=%3C9D6FADA9-0BF9-4E9A-BBC1-8149E154FC6D%40gmail.com%3E"
+ TITLE="[99s-extend] Cowboy and stable">janwillem.luiten at gmail.com
+ </A><BR>
+ <I>Thu Nov 21 10:11:43 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000304.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#303">[ date ]</a>
+ <a href="thread.html#303">[ thread ]</a>
+ <a href="subject.html#303">[ subject ]</a>
+ <a href="author.html#303">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+For a Cowboy-based project I&#8217;m trying to use stable (dvv/stable, written by Vladimir Dronnikov). I keep running into problems. I contacted Vladimir and he stated that the current version of stable was compatible with Cowboy 0.8 and that he didn&#8217;t have the time to keep up with new cowboy releases. Is any of the list members using stable in a cowboy based project?
+
+Kind regards,
+
+Jan Willem Luiten
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131121/7d69dbf7/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131121/7d69dbf7/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A></li>
+ <LI>Next message: <A HREF="000304.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#303">[ date ]</a>
+ <a href="thread.html#303">[ thread ]</a>
+ <a href="subject.html#303">[ subject ]</a>
+ <a href="author.html#303">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000304.html b/archives/extend/2013-November/000304.html
new file mode 100644
index 00000000..3ba3d12a
--- /dev/null
+++ b/archives/extend/2013-November/000304.html
@@ -0,0 +1,103 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Cowboy and stable
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20stable&In-Reply-To=%3C528DD049.7080708%40llaisdy.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000303.html">
+ <LINK REL="Next" HREF="000305.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Cowboy and stable</H1>
+ <B>Ivan Uemlianin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20stable&In-Reply-To=%3C528DD049.7080708%40llaisdy.com%3E"
+ TITLE="[99s-extend] Cowboy and stable">ivan at llaisdy.com
+ </A><BR>
+ <I>Thu Nov 21 10:20:09 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000303.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI>Next message: <A HREF="000305.html">[99s-extend] multiple handler instances
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#304">[ date ]</a>
+ <a href="thread.html#304">[ thread ]</a>
+ <a href="subject.html#304">[ subject ]</a>
+ <a href="author.html#304">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>IIRC There were major changes around 0.8.3-8.4 when parts of the api
+changed. I haven't upgraded to 0.9 yet but I imagine there will be
+further changes there (e.g., there is a new dependency: cow_lib).
+
+Ivan
+
+
+On 21/11/2013 09:11, J.W. Luiten wrote:
+&gt;<i> Hello,
+</I>&gt;<i>
+</I>&gt;<i> For a Cowboy-based project I&#8217;m trying to use stable (dvv/stable
+</I>&gt;<i> &lt;<A HREF="https://github.com/dvv/stable">https://github.com/dvv/stable</A>&gt;, written by Vladimir Dronnikov). I keep
+</I>&gt;<i> running into problems. I contacted Vladimir and he stated that the
+</I>&gt;<i> current version of stable was compatible with Cowboy 0.8 and that he
+</I>&gt;<i> didn&#8217;t have the time to keep up with new cowboy releases. Is any of the
+</I>&gt;<i> list members using stable in a cowboy based project?
+</I>&gt;<i>
+</I>&gt;<i> Kind regards,
+</I>&gt;<i>
+</I>&gt;<i> Jan Willem Luiten
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Extend mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> <A HREF="http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/listinfo/extend</A>
+</I>&gt;<i>
+</I>
+--
+============================================================
+Ivan A. Uemlianin PhD
+Llaisdy
+Speech Technology Research and Development
+
+ <A HREF="https://lists.ninenines.eu/listinfo/extend">ivan at llaisdy.com</A>
+ www.llaisdy.com
+ llaisdy.wordpress.com
+ github.com/llaisdy
+ www.linkedin.com/in/ivanuemlianin
+
+ festina lente
+============================================================
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000303.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI>Next message: <A HREF="000305.html">[99s-extend] multiple handler instances
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#304">[ date ]</a>
+ <a href="thread.html#304">[ thread ]</a>
+ <a href="subject.html#304">[ subject ]</a>
+ <a href="author.html#304">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000305.html b/archives/extend/2013-November/000305.html
new file mode 100644
index 00000000..7a5857e7
--- /dev/null
+++ b/archives/extend/2013-November/000305.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] multiple handler instances
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20multiple%20handler%20instances&In-Reply-To=%3CEB58E3EC-A4B1-45B3-828F-31204BAF6EC0%40wanadoo.fr%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000304.html">
+ <LINK REL="Next" HREF="000306.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] multiple handler instances</H1>
+ <B>Samir Sow</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20multiple%20handler%20instances&In-Reply-To=%3CEB58E3EC-A4B1-45B3-828F-31204BAF6EC0%40wanadoo.fr%3E"
+ TITLE="[99s-extend] multiple handler instances">samset at wanadoo.fr
+ </A><BR>
+ <I>Thu Nov 21 15:58:09 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000304.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI>Next message: <A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#305">[ date ]</a>
+ <a href="thread.html#305">[ thread ]</a>
+ <a href="subject.html#305">[ subject ]</a>
+ <a href="author.html#305">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+I have an issue.
+
+I'd like to start 2 http handler in the same application
+So i did to cowboy:start_http call + different port + dispatch route sets in the supervisor init method.
+
+When the application starts there is no error but when i look the network tables i only see the binding for the first call.
+If i comment out the first call i see the second binding.
+
+Is there any limitation ?
+If yes any workaround to share ?
+
+Thank you.
+
+
+Samir Sow
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000304.html">[99s-extend] Cowboy and stable
+</A></li>
+ <LI>Next message: <A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#305">[ date ]</a>
+ <a href="thread.html#305">[ thread ]</a>
+ <a href="subject.html#305">[ subject ]</a>
+ <a href="author.html#305">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000306.html b/archives/extend/2013-November/000306.html
new file mode 100644
index 00000000..419095ba
--- /dev/null
+++ b/archives/extend/2013-November/000306.html
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Fwd: multiple handler instances
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Fwd%3A%20multiple%20handler%20instances&In-Reply-To=%3CC7CA47A5-D20F-4AD5-BC6A-73CF937285D5%40wanadoo.fr%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000305.html">
+ <LINK REL="Next" HREF="000307.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Fwd: multiple handler instances</H1>
+ <B>Samir Sow</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Fwd%3A%20multiple%20handler%20instances&In-Reply-To=%3CC7CA47A5-D20F-4AD5-BC6A-73CF937285D5%40wanadoo.fr%3E"
+ TITLE="[99s-extend] Fwd: multiple handler instances">samset at wanadoo.fr
+ </A><BR>
+ <I>Thu Nov 21 16:23:43 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000305.html">[99s-extend] multiple handler instances
+</A></li>
+ <LI>Next message: <A HREF="000307.html">[99s-extend] Server migration
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#306">[ date ]</a>
+ <a href="thread.html#306">[ thread ]</a>
+ <a href="subject.html#306">[ subject ]</a>
+ <a href="author.html#306">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>
+Solved.
+I overlooked to have different refs for each call.
+
+Samir Sow
+
+Begin forwarded message:
+
+&gt;<i> From: Samir Sow &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">samset at wanadoo.fr</A>&gt;
+</I>&gt;<i> Date: 21 novembre 2013 15:58:09 HNEC
+</I>&gt;<i> To: <A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>
+</I>&gt;<i> Subject: multiple handler instances
+</I>&gt;<i>
+</I>&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> I have an issue.
+</I>&gt;<i>
+</I>&gt;<i> I'd like to start 2 http handler in the same application
+</I>&gt;<i> So i did to cowboy:start_http call + different port + dispatch route sets in the supervisor init method.
+</I>&gt;<i>
+</I>&gt;<i> When the application starts there is no error but when i look the network tables i only see the binding for the first call.
+</I>&gt;<i> If i comment out the first call i see the second binding.
+</I>&gt;<i>
+</I>&gt;<i> Is there any limitation ?
+</I>&gt;<i> If yes any workaround to share ?
+</I>&gt;<i>
+</I>&gt;<i> Thank you.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Samir Sow
+</I>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000305.html">[99s-extend] multiple handler instances
+</A></li>
+ <LI>Next message: <A HREF="000307.html">[99s-extend] Server migration
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#306">[ date ]</a>
+ <a href="thread.html#306">[ thread ]</a>
+ <a href="subject.html#306">[ subject ]</a>
+ <a href="author.html#306">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000307.html b/archives/extend/2013-November/000307.html
new file mode 100644
index 00000000..da1220bc
--- /dev/null
+++ b/archives/extend/2013-November/000307.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Server migration
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Server%20migration&In-Reply-To=%3C528F9902.6080704%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000306.html">
+ <LINK REL="Next" HREF="000311.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Server migration</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Server%20migration&In-Reply-To=%3C528F9902.6080704%40ninenines.eu%3E"
+ TITLE="[99s-extend] Server migration">essen at ninenines.eu
+ </A><BR>
+ <I>Fri Nov 22 18:48:50 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A></li>
+ <LI>Next message: <A HREF="000311.html">[99s-extend] Server migration
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#307">[ date ]</a>
+ <a href="thread.html#307">[ thread ]</a>
+ <a href="subject.html#307">[ subject ]</a>
+ <a href="author.html#307">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+I'll be migrating the mailing lists to a new server as of right now.
+They should be back whenever the DNS updates for you.
+
+In the meantime, if you have a really important question, please check
+the IRC channel #ninenines on Freenode. Service should be back for
+everyone on Monday.
+
+Thanks for your comprehension.
+
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A></li>
+ <LI>Next message: <A HREF="000311.html">[99s-extend] Server migration
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#307">[ date ]</a>
+ <a href="thread.html#307">[ thread ]</a>
+ <a href="subject.html#307">[ subject ]</a>
+ <a href="author.html#307">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000308.html b/archives/extend/2013-November/000308.html
new file mode 100644
index 00000000..23360416
--- /dev/null
+++ b/archives/extend/2013-November/000308.html
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Checking if new server works properly
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Checking%20if%20new%20server%20works%20properly&In-Reply-To=%3C5291E28D.9040206%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000310.html">
+ <LINK REL="Next" HREF="000312.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Checking if new server works properly</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Checking%20if%20new%20server%20works%20properly&In-Reply-To=%3C5291E28D.9040206%40ninenines.eu%3E"
+ TITLE="[99s-extend] Checking if new server works properly">essen at ninenines.eu
+ </A><BR>
+ <I>Sun Nov 24 12:27:09 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI>Next message: <A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#308">[ date ]</a>
+ <a href="thread.html#308">[ thread ]</a>
+ <a href="subject.html#308">[ subject ]</a>
+ <a href="author.html#308">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Test 1 2 3.
+
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI>Next message: <A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#308">[ date ]</a>
+ <a href="thread.html#308">[ thread ]</a>
+ <a href="subject.html#308">[ subject ]</a>
+ <a href="author.html#308">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000309.html b/archives/extend/2013-November/000309.html
new file mode 100644
index 00000000..6be2431c
--- /dev/null
+++ b/archives/extend/2013-November/000309.html
@@ -0,0 +1,98 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] erlang.mk vs. rebar
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%20vs.%20rebar&In-Reply-To=%3C1385176410.168318460%40apps.rackspace.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000311.html">
+ <LINK REL="Next" HREF="000310.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] erlang.mk vs. rebar</H1>
+ <B>lloyd at writersglen.com</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%20vs.%20rebar&In-Reply-To=%3C1385176410.168318460%40apps.rackspace.com%3E"
+ TITLE="[99s-extend] erlang.mk vs. rebar">lloyd at writersglen.com
+ </A><BR>
+ <I>Sat Nov 23 04:13:30 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000311.html">[99s-extend] Server migration
+</A></li>
+ <LI>Next message: <A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#309">[ date ]</a>
+ <a href="thread.html#309">[ thread ]</a>
+ <a href="subject.html#309">[ subject ]</a>
+ <a href="author.html#309">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>
+Hello,
+
+Does erlang.mk replace rebar?
+
+Thanks,
+
+LRP
+
+*********************************************
+My books:
+
+THE GOSPEL OF ASHES
+<A HREF="http://thegospelofashes.com">http://thegospelofashes.com</A>
+
+Strength is not enough. Do they have the courage
+and the cunning? Can they survive long enough to
+save the lives of millions?
+
+FREEIN' PANCHO
+<A HREF="http://freeinpancho.com">http://freeinpancho.com</A>
+
+A community of misfits help a troubled boy find his way
+
+AYA TAKEO
+<A HREF="http://ayatakeo.com">http://ayatakeo.com</A>
+
+Star-crossed love, war and power in an alternative
+universe
+
+Available through Amazon or by request from your
+favorite bookstore
+
+
+**********************************************
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131122/11ccc1ef/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131122/11ccc1ef/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000311.html">[99s-extend] Server migration
+</A></li>
+ <LI>Next message: <A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#309">[ date ]</a>
+ <a href="thread.html#309">[ thread ]</a>
+ <a href="subject.html#309">[ subject ]</a>
+ <a href="author.html#309">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000310.html b/archives/extend/2013-November/000310.html
new file mode 100644
index 00000000..4446b901
--- /dev/null
+++ b/archives/extend/2013-November/000310.html
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] erlang.mk vs. rebar
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%20vs.%20rebar&In-Reply-To=%3C5291FA1F.70300%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000309.html">
+ <LINK REL="Next" HREF="000308.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] erlang.mk vs. rebar</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%20vs.%20rebar&In-Reply-To=%3C5291FA1F.70300%40ninenines.eu%3E"
+ TITLE="[99s-extend] erlang.mk vs. rebar">essen at ninenines.eu
+ </A><BR>
+ <I>Sun Nov 24 14:07:43 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI>Next message: <A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#310">[ date ]</a>
+ <a href="thread.html#310">[ thread ]</a>
+ <a href="subject.html#310">[ subject ]</a>
+ <a href="author.html#310">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>erlang.mk can replace rebar, yes.
+
+On 11/23/2013 04:13 AM, <A HREF="https://lists.ninenines.eu/listinfo/extend">lloyd at writersglen.com</A> wrote:
+&gt;<i> Hello,
+</I>&gt;<i>
+</I>&gt;<i> Does erlang.mk replace rebar?
+</I>&gt;<i>
+</I>&gt;<i> Thanks,
+</I>
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI>Next message: <A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#310">[ date ]</a>
+ <a href="thread.html#310">[ thread ]</a>
+ <a href="subject.html#310">[ subject ]</a>
+ <a href="author.html#310">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000311.html b/archives/extend/2013-November/000311.html
new file mode 100644
index 00000000..97347202
--- /dev/null
+++ b/archives/extend/2013-November/000311.html
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Server migration
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Server%20migration&In-Reply-To=%3C528FB540.9090307%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000307.html">
+ <LINK REL="Next" HREF="000309.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Server migration</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Server%20migration&In-Reply-To=%3C528FB540.9090307%40ninenines.eu%3E"
+ TITLE="[99s-extend] Server migration">essen at ninenines.eu
+ </A><BR>
+ <I>Fri Nov 22 20:49:20 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000307.html">[99s-extend] Server migration
+</A></li>
+ <LI>Next message: <A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#311">[ date ]</a>
+ <a href="thread.html#311">[ thread ]</a>
+ <a href="subject.html#311">[ subject ]</a>
+ <a href="author.html#311">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 11/22/2013 06:48 PM, Lo&#239;c Hoguin wrote:
+&gt;<i> Hello,
+</I>&gt;<i>
+</I>&gt;<i> I'll be migrating the mailing lists to a new server as of right now.
+</I>&gt;<i> They should be back whenever the DNS updates for you.
+</I>&gt;<i>
+</I>&gt;<i> In the meantime, if you have a really important question, please check
+</I>&gt;<i> the IRC channel #ninenines on Freenode. Service should be back for
+</I>&gt;<i> everyone on Monday.
+</I>&gt;<i>
+</I>&gt;<i> Thanks for your comprehension.
+</I>
+The migration is a success. Please check <A HREF="http://lists.ninenines.eu">http://lists.ninenines.eu</A> to
+know if service is back for you before sending an email. The old server
+is refusing all emails now. Thanks!
+
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000307.html">[99s-extend] Server migration
+</A></li>
+ <LI>Next message: <A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#311">[ date ]</a>
+ <a href="thread.html#311">[ thread ]</a>
+ <a href="subject.html#311">[ subject ]</a>
+ <a href="author.html#311">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000312.html b/archives/extend/2013-November/000312.html
new file mode 100644
index 00000000..6a51c677
--- /dev/null
+++ b/archives/extend/2013-November/000312.html
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] error saying that Ranch listener process has terminated
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20error%20saying%20that%20Ranch%20listener%20process%20has%20terminated&In-Reply-To=%3CCA%2BeMAwbdnM25bx0GnzH77Mxu%2BrJ_%2BT%2BTq0MahW%3DGBwPX_2w69w%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000308.html">
+ <LINK REL="Next" HREF="000313.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] error saying that Ranch listener process has terminated</H1>
+ <B>akonsu</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20error%20saying%20that%20Ranch%20listener%20process%20has%20terminated&In-Reply-To=%3CCA%2BeMAwbdnM25bx0GnzH77Mxu%2BrJ_%2BT%2BTq0MahW%3DGBwPX_2w69w%40mail.gmail.com%3E"
+ TITLE="[99s-extend] error saying that Ranch listener process has terminated">akonsu at gmail.com
+ </A><BR>
+ <I>Wed Nov 27 06:35:38 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A></li>
+ <LI>Next message: <A HREF="000313.html">[99s-extend] On a Basic Cowboy Sample
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#312">[ date ]</a>
+ <a href="thread.html#312">[ thread ]</a>
+ <a href="subject.html#312">[ subject ]</a>
+ <a href="author.html#312">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+I am seeing an error report in my logs:
+
+=ERROR REPORT==== 27-Nov-2013::00:22:33 ===
+Ranch listener http had connection process started with
+cowboy_protocol:start_link/4 at &lt;0.4803.9&gt; exit with reason: {error,closed}
+
+looks like this is not worth investigating. can someone please comment on
+this error?
+
+thanks
+Konstantin
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131127/20905d98/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131127/20905d98/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A></li>
+ <LI>Next message: <A HREF="000313.html">[99s-extend] On a Basic Cowboy Sample
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#312">[ date ]</a>
+ <a href="thread.html#312">[ thread ]</a>
+ <a href="subject.html#312">[ subject ]</a>
+ <a href="author.html#312">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/000313.html b/archives/extend/2013-November/000313.html
new file mode 100644
index 00000000..840242b8
--- /dev/null
+++ b/archives/extend/2013-November/000313.html
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] On a Basic Cowboy Sample
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20On%20a%20Basic%20Cowboy%20Sample&In-Reply-To=%3CCAAX_u6ikHY%2BVMEJMAX3SkVYahWvUbf-P_D6qAFvQwhEpF2ofnQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000312.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] On a Basic Cowboy Sample</H1>
+ <B>Kaveh Shahbazian</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20On%20a%20Basic%20Cowboy%20Sample&In-Reply-To=%3CCAAX_u6ikHY%2BVMEJMAX3SkVYahWvUbf-P_D6qAFvQwhEpF2ofnQ%40mail.gmail.com%3E"
+ TITLE="[99s-extend] On a Basic Cowboy Sample">kaveh.shahbazian at gmail.com
+ </A><BR>
+ <I>Wed Nov 27 19:23:09 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#313">[ date ]</a>
+ <a href="thread.html#313">[ thread ]</a>
+ <a href="subject.html#313">[ subject ]</a>
+ <a href="author.html#313">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi;
+
+A post on this can be found
+here&lt;<A HREF="http://dc0d.tumblr.com/post/68278862491/toddling-cowboy-carful-a-windows-on-your-way">http://dc0d.tumblr.com/post/68278862491/toddling-cowboy-carful-a-windows-on-your-way</A>&gt;(code
+on
+GitHub &lt;<A HREF="https://github.com/dc0d/lucky_luke">https://github.com/dc0d/lucky_luke</A>&gt;).
+
+&#8203;Are these things this way for a reason? (Because otherwise we I can not
+get samples to run.)
+
+1 - I have to add 'cowboy' to application list in myapp.app.src.
+2 - I have to add '{http_port, 9000}' to 'env' in myapp.app.src (where in
+the code should I add it?).
+3 - I have to explicitly make sure 'cowlib' is started (ok =
+application:start(cowlib) and I did not see this anywhere but whitout this,
+it won't work).
+
+Thanks;
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131127/11da2202/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131127/11da2202/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#313">[ date ]</a>
+ <a href="thread.html#313">[ thread ]</a>
+ <a href="subject.html#313">[ subject ]</a>
+ <a href="author.html#313">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2013-November/author.html b/archives/extend/2013-November/author.html
new file mode 100644
index 00000000..44497e9a
--- /dev/null
+++ b/archives/extend/2013-November/author.html
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend November 2013 Archive by author</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>November 2013 Archives by author</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Nov 14 17:23:36 CET 2013</i><br>
+ <b>Ending:</b> <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Messages:</b> 20<p>
+ <ul>
+
+<LI><A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="297">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="299">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="301">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="302">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released
+</A><A NAME="294">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="298">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="300">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000307.html">[99s-extend] Server migration
+</A><A NAME="307">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000311.html">[99s-extend] Server migration
+</A><A NAME="311">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A><A NAME="308">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="310">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000303.html">[99s-extend] Cowboy and stable
+</A><A NAME="303">&nbsp;</A>
+<I>J.W. Luiten
+</I>
+
+<LI><A HREF="000313.html">[99s-extend] On a Basic Cowboy Sample
+</A><A NAME="313">&nbsp;</A>
+<I>Kaveh Shahbazian
+</I>
+
+<LI><A HREF="000305.html">[99s-extend] multiple handler instances
+</A><A NAME="305">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<LI><A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A><A NAME="306">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<LI><A HREF="000304.html">[99s-extend] Cowboy and stable
+</A><A NAME="304">&nbsp;</A>
+<I>Ivan Uemlianin
+</I>
+
+<LI><A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A><A NAME="295">&nbsp;</A>
+<I>Barco You
+</I>
+
+<LI><A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A><A NAME="296">&nbsp;</A>
+<I>akonsu
+</I>
+
+<LI><A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A><A NAME="312">&nbsp;</A>
+<I>akonsu
+</I>
+
+<LI><A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="309">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2013-November/date.html b/archives/extend/2013-November/date.html
new file mode 100644
index 00000000..d4e03dd9
--- /dev/null
+++ b/archives/extend/2013-November/date.html
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend November 2013 Archive by date</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>November 2013 Archives by date</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Nov 14 17:23:36 CET 2013</i><br>
+ <b>Ending:</b> <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Messages:</b> 20<p>
+ <ul>
+
+<LI><A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released
+</A><A NAME="294">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A><A NAME="295">&nbsp;</A>
+<I>Barco You
+</I>
+
+<LI><A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A><A NAME="296">&nbsp;</A>
+<I>akonsu
+</I>
+
+<LI><A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="297">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="298">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="299">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="300">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="301">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="302">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000303.html">[99s-extend] Cowboy and stable
+</A><A NAME="303">&nbsp;</A>
+<I>J.W. Luiten
+</I>
+
+<LI><A HREF="000304.html">[99s-extend] Cowboy and stable
+</A><A NAME="304">&nbsp;</A>
+<I>Ivan Uemlianin
+</I>
+
+<LI><A HREF="000305.html">[99s-extend] multiple handler instances
+</A><A NAME="305">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<LI><A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A><A NAME="306">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<LI><A HREF="000307.html">[99s-extend] Server migration
+</A><A NAME="307">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000311.html">[99s-extend] Server migration
+</A><A NAME="311">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="309">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+<LI><A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A><A NAME="308">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="310">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A><A NAME="312">&nbsp;</A>
+<I>akonsu
+</I>
+
+<LI><A HREF="000313.html">[99s-extend] On a Basic Cowboy Sample
+</A><A NAME="313">&nbsp;</A>
+<I>Kaveh Shahbazian
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2013-November/index.html b/archives/extend/2013-November/index.html
new file mode 100644
index 00000000..0d23dbe5
--- /dev/null
+++ b/archives/extend/2013-November/index.html
@@ -0,0 +1,183 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend November 2013 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>November 2013 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Nov 14 17:23:36 CET 2013</i><br>
+ <b>Ending:</b> <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Messages:</b> 20<p>
+ <ul>
+
+<!--0 01384446216.294- -->
+<LI><A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released
+</A><A NAME="294">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<UL>
+<!--1 01384446216.294-01384480637.295- -->
+<LI><A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A><A NAME="295">&nbsp;</A>
+<I>Barco You
+</I>
+
+</UL>
+<!--0 01384706636.296- -->
+<LI><A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A><A NAME="296">&nbsp;</A>
+<I>akonsu
+</I>
+
+<UL>
+<!--1 01384706636.296-01384983037.297- -->
+<LI><A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="297">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<UL>
+<!--2 01384706636.296-01384983037.297-01384984557.298- -->
+<LI><A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="298">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--2 01384706636.296-01384983037.297-01384985470.299- -->
+<LI><A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="299">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<UL>
+<!--3 01384706636.296-01384983037.297-01384985470.299-01384986061.300- -->
+<LI><A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="300">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--3 01384706636.296-01384983037.297-01384985470.299-01384986729.301- -->
+<LI><A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="301">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<!--3 01384706636.296-01384983037.297-01384985470.299-01384986867.302- -->
+<LI><A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="302">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+</UL>
+</UL>
+</UL>
+<!--0 01385025103.303- -->
+<LI><A HREF="000303.html">[99s-extend] Cowboy and stable
+</A><A NAME="303">&nbsp;</A>
+<I>J.W. Luiten
+</I>
+
+<UL>
+<!--1 01385025103.303-01385025609.304- -->
+<LI><A HREF="000304.html">[99s-extend] Cowboy and stable
+</A><A NAME="304">&nbsp;</A>
+<I>Ivan Uemlianin
+</I>
+
+</UL>
+<!--0 01385045889.305- -->
+<LI><A HREF="000305.html">[99s-extend] multiple handler instances
+</A><A NAME="305">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<UL>
+<!--1 01385045889.305-01385047423.306- -->
+<LI><A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A><A NAME="306">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+</UL>
+<!--0 01385142530.307- -->
+<LI><A HREF="000307.html">[99s-extend] Server migration
+</A><A NAME="307">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<UL>
+<!--1 01385142530.307-01385149760.311- -->
+<LI><A HREF="000311.html">[99s-extend] Server migration
+</A><A NAME="311">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+<!--0 01385176410.309- -->
+<LI><A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="309">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+<UL>
+<!--1 01385176410.309-01385298463.310- -->
+<LI><A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="310">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+<!--0 01385292429.308- -->
+<LI><A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A><A NAME="308">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--0 01385530538.312- -->
+<LI><A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A><A NAME="312">&nbsp;</A>
+<I>akonsu
+</I>
+
+<!--0 01385576589.313- -->
+<LI><A HREF="000313.html">[99s-extend] On a Basic Cowboy Sample
+</A><A NAME="313">&nbsp;</A>
+<I>Kaveh Shahbazian
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2013-November/subject.html b/archives/extend/2013-November/subject.html
new file mode 100644
index 00000000..471fc527
--- /dev/null
+++ b/archives/extend/2013-November/subject.html
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend November 2013 Archive by subject</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>November 2013 Archives by subject</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Nov 14 17:23:36 CET 2013</i><br>
+ <b>Ending:</b> <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Messages:</b> 20<p>
+ <ul>
+
+<LI><A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A><A NAME="295">&nbsp;</A>
+<I>Barco You
+</I>
+
+<LI><A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A><A NAME="308">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A><A NAME="296">&nbsp;</A>
+<I>akonsu
+</I>
+
+<LI><A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="297">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="298">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="299">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="300">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="301">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="302">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<LI><A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released
+</A><A NAME="294">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000303.html">[99s-extend] Cowboy and stable
+</A><A NAME="303">&nbsp;</A>
+<I>J.W. Luiten
+</I>
+
+<LI><A HREF="000304.html">[99s-extend] Cowboy and stable
+</A><A NAME="304">&nbsp;</A>
+<I>Ivan Uemlianin
+</I>
+
+<LI><A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="309">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+<LI><A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="310">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A><A NAME="312">&nbsp;</A>
+<I>akonsu
+</I>
+
+<LI><A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A><A NAME="306">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<LI><A HREF="000305.html">[99s-extend] multiple handler instances
+</A><A NAME="305">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<LI><A HREF="000313.html">[99s-extend] On a Basic Cowboy Sample
+</A><A NAME="313">&nbsp;</A>
+<I>Kaveh Shahbazian
+</I>
+
+<LI><A HREF="000307.html">[99s-extend] Server migration
+</A><A NAME="307">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000311.html">[99s-extend] Server migration
+</A><A NAME="311">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2013-November/thread.html b/archives/extend/2013-November/thread.html
new file mode 100644
index 00000000..0d23dbe5
--- /dev/null
+++ b/archives/extend/2013-November/thread.html
@@ -0,0 +1,183 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend November 2013 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>November 2013 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Nov 14 17:23:36 CET 2013</i><br>
+ <b>Ending:</b> <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Messages:</b> 20<p>
+ <ul>
+
+<!--0 01384446216.294- -->
+<LI><A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released
+</A><A NAME="294">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<UL>
+<!--1 01384446216.294-01384480637.295- -->
+<LI><A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released
+</A><A NAME="295">&nbsp;</A>
+<I>Barco You
+</I>
+
+</UL>
+<!--0 01384706636.296- -->
+<LI><A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk
+</A><A NAME="296">&nbsp;</A>
+<I>akonsu
+</I>
+
+<UL>
+<!--1 01384706636.296-01384983037.297- -->
+<LI><A HREF="000297.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="297">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<UL>
+<!--2 01384706636.296-01384983037.297-01384984557.298- -->
+<LI><A HREF="000298.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="298">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--2 01384706636.296-01384983037.297-01384985470.299- -->
+<LI><A HREF="000299.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="299">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<UL>
+<!--3 01384706636.296-01384983037.297-01384985470.299-01384986061.300- -->
+<LI><A HREF="000300.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="300">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--3 01384706636.296-01384983037.297-01384985470.299-01384986729.301- -->
+<LI><A HREF="000301.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="301">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+<!--3 01384706636.296-01384983037.297-01384985470.299-01384986867.302- -->
+<LI><A HREF="000302.html">[99s-extend] cowboy 0.9.0: badarg ets:lookup_element cowboy_clock
+</A><A NAME="302">&nbsp;</A>
+<I>Brown, Kevin
+</I>
+
+</UL>
+</UL>
+</UL>
+<!--0 01385025103.303- -->
+<LI><A HREF="000303.html">[99s-extend] Cowboy and stable
+</A><A NAME="303">&nbsp;</A>
+<I>J.W. Luiten
+</I>
+
+<UL>
+<!--1 01385025103.303-01385025609.304- -->
+<LI><A HREF="000304.html">[99s-extend] Cowboy and stable
+</A><A NAME="304">&nbsp;</A>
+<I>Ivan Uemlianin
+</I>
+
+</UL>
+<!--0 01385045889.305- -->
+<LI><A HREF="000305.html">[99s-extend] multiple handler instances
+</A><A NAME="305">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+<UL>
+<!--1 01385045889.305-01385047423.306- -->
+<LI><A HREF="000306.html">[99s-extend] Fwd: multiple handler instances
+</A><A NAME="306">&nbsp;</A>
+<I>Samir Sow
+</I>
+
+</UL>
+<!--0 01385142530.307- -->
+<LI><A HREF="000307.html">[99s-extend] Server migration
+</A><A NAME="307">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<UL>
+<!--1 01385142530.307-01385149760.311- -->
+<LI><A HREF="000311.html">[99s-extend] Server migration
+</A><A NAME="311">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+<!--0 01385176410.309- -->
+<LI><A HREF="000309.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="309">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+<UL>
+<!--1 01385176410.309-01385298463.310- -->
+<LI><A HREF="000310.html">[99s-extend] erlang.mk vs. rebar
+</A><A NAME="310">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+<!--0 01385292429.308- -->
+<LI><A HREF="000308.html">[99s-extend] Checking if new server works properly
+</A><A NAME="308">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--0 01385530538.312- -->
+<LI><A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated
+</A><A NAME="312">&nbsp;</A>
+<I>akonsu
+</I>
+
+<!--0 01385576589.313- -->
+<LI><A HREF="000313.html">[99s-extend] On a Basic Cowboy Sample
+</A><A NAME="313">&nbsp;</A>
+<I>Kaveh Shahbazian
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Nov 27 19:23:09 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+