Deployed bcae7f3
with MkDocs version: 1.1.2
This commit is contained in:
parent
7166d87f82
commit
b74d82f111
@ -95,6 +95,14 @@
|
||||
|
||||
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
|
||||
<ul class="nav flex-column">
|
||||
<li class="nav-item" data-level="2"><a href="#1014-2020-08-02" class="nav-link">[10.1.4] - 2020-08-02</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#1013-2020-08-02" class="nav-link">[10.1.3] - 2020-08-02</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#1012-2020-07-31" class="nav-link">[10.1.2] - 2020-07-31</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -908,6 +916,10 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="1014-2020-08-02">[10.1.4] - 2020-08-02</h2>
|
||||
<p>(ws) Add a new ws sub-command, echo_client. This command send a message to an echo server, and send back to a server whatever message it does receive. When connecting to a local ws echo_server, on my MacBook Pro 2015 I can send/receive around 30,000 messages per second. (cf #235)</p>
|
||||
<h2 id="1013-2020-08-02">[10.1.3] - 2020-08-02</h2>
|
||||
<p>(ws) ws echo_server. Add a -q option to only enable warning and error log levels. This is useful for bench-marking so that we do not print a lot of things on the console. (cf #235)</p>
|
||||
<h2 id="1012-2020-07-31">[10.1.2] - 2020-07-31</h2>
|
||||
<p>(build) make using zlib optional, with the caveat that some http and websocket features are not available when zlib is absent</p>
|
||||
<h2 id="1011-2020-07-29">[10.1.1] - 2020-07-29</h2>
|
||||
|
@ -262,5 +262,5 @@ webSocket.send("hello world");
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.1.2
|
||||
Build Date UTC : 2020-08-01 05:56:11.239730+00:00
|
||||
Build Date UTC : 2020-08-02 19:09:58.747006+00:00
|
||||
-->
|
||||
|
File diff suppressed because one or more lines are too long
16
sitemap.xml
16
sitemap.xml
@ -1,35 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-01</lastmod>
|
||||
<lastmod>2020-08-02</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user