<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">You'll need to visit&nbsp;<a href="https://lists.swift.org/mailman/listinfo/swift-server-dev" class="">https://lists.swift.org/mailman/listinfo/swift-server-dev</a>&nbsp;in order to unsubscribe, or converse with the bot by sending messages to <a href="mailto:swift-server-dev-request@swift.org" class="">swift-server-dev-request@swift.org</a>&nbsp;instead.<div class=""><br class=""></div><div class="">I've gone to the above page for you; you should receive a mail message with a confirmation link to complete the unsubscribe process. The unsubscription won't take affect until you follow that link, or until you go to the above site.</div><div class=""><br class=""></div><div class="">Alex<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 12 Nov 2017, at 12:04, Petr Pavlik via swift-server-dev &lt;<a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">

<title class=""></title>

<div class="">
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;" class="">unsubscribe</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;" class=""><br class="">
On 11 Nov 2017, 18:57 +0100, <a href="mailto:swift-server-dev-request@swift.org" class="">swift-server-dev-request@swift.org</a>, wrote:<br class="">
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;" class="">Send swift-server-dev mailing list submissions to<br class="">
<a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a><br class="">
<br class="">
To subscribe or unsubscribe via the World Wide Web, visit<br class="">
<a href="https://lists.swift.org/mailman/listinfo/swift-server-dev" class="">https://lists.swift.org/mailman/listinfo/swift-server-dev</a><br class="">
or, via email, send a message with subject or body 'help' to<br class="">
<a href="mailto:swift-server-dev-request@swift.org" class="">swift-server-dev-request@swift.org</a><br class="">
<br class="">
You can reach the person managing the list at<br class="">
<a href="mailto:swift-server-dev-owner@swift.org" class="">swift-server-dev-owner@swift.org</a><br class="">
<br class="">
When replying, please edit your Subject line so it is more specific<br class="">
than "Re: Contents of swift-server-dev digest..."<br class="">
<br class="">
<br class="">
Today's Topics:<br class="">
<br class="">
1. Re: HTTP API v0.1.0 (Helge Heß)<br class="">
2. New issue: #98 Server Lifecycle (Gelareh Taban)<br class="">
<br class="">
<br class="">
----------------------------------------------------------------------<br class="">
<br class="">
Message: 1<br class="">
Date: Fri, 10 Nov 2017 19:02:58 +0100<br class="">
From: Helge Heß &lt;<a href="mailto:me@helgehess.eu" class="">me@helgehess.eu</a><br class="">
To: Helge Heß via swift-server-dev &lt;<a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a><br class="">
Subject: Re: [swift-server-dev] HTTP API v0.1.0<br class="">
Message-ID: &lt;<a href="mailto:20929C6A-2B1E-4771-9A03-63572784CCCF@helgehess.eu" class="">20929C6A-2B1E-4771-9A03-63572784CCCF@helgehess.eu</a><br class="">
Content-Type: text/plain; charset="utf-8"<br class="">
<br class="">
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;" class="">On 30 Oct 2017, at 3:08 am, Helge Heß via swift-server-dev &lt;<a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a>&gt; wrote:<br class="">
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #3498db;" class="">P.S.: I also have a GCD based async implementation of the API almost ready. Stay tuned.<br class=""></blockquote>
</blockquote>
<br class="">
On 2. Nov 2017, at 01:21, Johannes Weiß &lt;<a href="mailto:johannesweiss@apple.com" class="">johannesweiss@apple.com</a>&gt; wrote:<br class="">
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;" class="">that's really cool, thanks for putting that together and sharing it! And that sounds great about the GCD implementation, by the way based on DispatchSources or DispatchIO?<br class=""></blockquote>
<br class="">
OK, I cleaned up my GCD implementation and submitted it as a PR. Have fun, feedback is welcome:<br class="">
<br class="">
<a href="https://github.com/swift-server/http/pull/96" class="">https://github.com/swift-server/http/pull/96</a><br class="">
<br class="">
There is also a tinsy test server:<br class="">
<br class="">
<a href="https://github.com/ZeeZide/http-testserver" class="">https://github.com/ZeeZide/http-testserver</a><br class="">
<br class="">
hh<br class="">
<br class="">
-------------- next part --------------<br class="">
A non-text attachment was scrubbed...<br class="">
Name: signature.asc<br class="">
Type: application/pgp-signature<br class="">
Size: 874 bytes<br class="">
Desc: Message signed with OpenPGP<br class="">
URL: &lt;<a href="https://lists.swift.org/pipermail/swift-server-dev/attachments/20171110/a3821c91/attachment-0001.sig" class="">https://lists.swift.org/pipermail/swift-server-dev/attachments/20171110/a3821c91/attachment-0001.sig</a><br class="">
<br class="">
------------------------------<br class="">
<br class="">
Message: 2<br class="">
Date: Fri, 10 Nov 2017 16:58:04 -0600<br class="">
From: "Gelareh Taban" &lt;<a href="mailto:gtaban@us.ibm.com" class="">gtaban@us.ibm.com</a><br class="">
To: <a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a><br class="">
Subject: [swift-server-dev] New issue: #98 Server Lifecycle<br class="">
Message-ID:<br class="">
&lt;<a href="mailto:OF1B44DCF4.39927EE2-ON002581D4.007DE940-862581D4.007E2A97@notes.na.collabserv.com" class="">OF1B44DCF4.39927EE2-ON002581D4.007DE940-862581D4.007E2A97@notes.na.collabserv.com</a><br class="">
<br class="">
Content-Type: text/plain; charset="utf-8"<br class="">
<br class="">
<br class="">
New issue: discuss what the server lifecycle should be.<br class="">
<br class="">
<a href="https://github.com/swift-server/http/issues/98" class="">https://github.com/swift-server/http/issues/98</a><br class="">
<br class="">
For a history of the discussion, please see<br class="">
<a href="https://github.com/swift-server/http/pull/82" class="">https://github.com/swift-server/http/pull/82</a><br class="">
-------------- next part --------------<br class="">
An HTML attachment was scrubbed...<br class="">
URL: &lt;<a href="https://lists.swift.org/pipermail/swift-server-dev/attachments/20171110/f9c97f41/attachment-0001.html" class="">https://lists.swift.org/pipermail/swift-server-dev/attachments/20171110/f9c97f41/attachment-0001.html</a><br class="">
<br class="">
------------------------------<br class="">
<br class="">
_______________________________________________<br class="">
swift-server-dev mailing list<br class="">
<a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a><br class="">
<a href="https://lists.swift.org/mailman/listinfo/swift-server-dev" class="">https://lists.swift.org/mailman/listinfo/swift-server-dev</a><br class="">
<br class="">
<br class="">
End of swift-server-dev Digest, Vol 14, Issue 7<br class="">
***********************************************<br class=""></blockquote>
<div class=""></div>
</div>
</div>

_______________________________________________<br class="">swift-server-dev mailing list<br class=""><a href="mailto:swift-server-dev@swift.org" class="">swift-server-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-server-dev<br class=""></div></blockquote></div><br class=""></div></body></html>