Release 0.1.16

* Only process `Connection: close` header if full request was read
  (#194). This likely fixes the same issue also reported in #145.
* Fix small memory leak when the `type` query string parameter is
  used; the value was not being freed leading to growing memory usage
  of a few bytes per request. Upgrading is recommended if you use this
  feature.
* Fix invalid call to `ioctl`, which did not seem to affect Linux
  systems but could have had an impact on macOS (found in #197).
master
Nicolas Favre-Felix 3 years ago
parent 950c5153d7
commit 649cadcab7
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -2,7 +2,7 @@
#define VERSION_H #define VERSION_H
#ifndef WEBDIS_VERSION #ifndef WEBDIS_VERSION
#define WEBDIS_VERSION "0.1.16-dev" #define WEBDIS_VERSION "0.1.16"
#endif #endif
#endif /* VERSION_H */ #endif /* VERSION_H */

Loading…
Cancel
Save