Deployed 128bc0a with MkDocs version: 1.1.2

This commit is contained in:
2020-09-12 21:17:51 +00:00
parent a28b59d173
commit 23ea07806b
5 changed files with 17 additions and 11 deletions

View File

@ -98,6 +98,10 @@
<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="#1040-2020-09-12" class="nav-link">[10.4.0] - 2020-09-12</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1035-2020-09-09" class="nav-link">[10.3.5] - 2020-09-09</a>
<ul class="nav flex-column">
</ul>
@ -1007,6 +1011,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1040-2020-09-12">[10.4.0] - 2020-09-12</h2>
<p>(http server) read body request when the Content-Length is specified + set timeout to read the request to 30 seconds max by default, and make it configurable as a constructor parameter</p>
<h2 id="1035-2020-09-09">[10.3.5] - 2020-09-09</h2>
<p>(ws) autoroute command exit on its own once all messages have been received</p>
<h2 id="1034-2020-09-04">[10.3.4] - 2020-09-04</h2>