Version 0.1.20

- Smaller Docker image size
- Bugfix: avoid responding to the wrong client (this could happen in rare cases)
- Better handling of WebSocket frames (details in #212)
- Fix regression introduced in 0.1.19, causing an empty header to be sent (#217)
master
Nicolas Favre-Felix 3 years ago
parent 1b6e3a95ed
commit a984fdb8a5
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.20-dev" #define WEBDIS_VERSION "0.1.20"
#endif #endif
#endif /* VERSION_H */ #endif /* VERSION_H */

Loading…
Cancel
Save