Release 0.1.19

- Performance: avoid redundant operations when building HTTP responses.
- Fix HTTP parser bug on architectures that used unsigned "char" types.
- Fix crash when receiving "FIN" WebSocket frame (#209).
master
Nicolas Favre-Felix 3 years ago
parent 7d495e30c2
commit 417e0ac483
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

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

Loading…
Cancel
Save