Deployed 60563d8
with MkDocs version: 1.2.3
This commit is contained in:
@ -95,6 +95,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="#1140-2022-01-05" class="nav-link">[11.4.0] - 2022-01-05</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#1132-2021-11-24" class="nav-link">[11.3.2] - 2021-11-24</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -1192,6 +1196,15 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="1140-2022-01-05">[11.4.0] - 2022-01-05</h2>
|
||||
<p>(Windows) Use wsa select event, which should lead to a much better behavior on Windows in general, and also when sending large payloads (#342)
|
||||
Fix "HTTP/1.1 400 Illegal character CNTL=0xf" caused by serverMaxWindowBits/clientMaxWindowBits being uint8_t (signed char). (#341)
|
||||
Export symbols into .def files
|
||||
Export symbols into .def files on MSVC (#339)
|
||||
Include <cerrno> to provide standard error constants (#338)
|
||||
Improved compatibility - fix mingw crossbuild (#337)
|
||||
Allow to cancel asynchronous HTTP requests (#332)
|
||||
Fix errors in example code. (#336)</p>
|
||||
<h2 id="1132-2021-11-24">[11.3.2] - 2021-11-24</h2>
|
||||
<p>(server) Add getters for basic Servers properties (like port, host, etc...) (#327) + fix one compiler warning</p>
|
||||
<h2 id="1131-2021-10-22">[11.3.1] - 2021-10-22</h2>
|
||||
|
Reference in New Issue
Block a user