davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.01k stars 250 forks source link

Static date header #265

Open YggdrasiI opened 4 years ago

YggdrasiI commented 4 years ago

This is a proposal to fix #254 . It just converts the storage for the date header into a fixed array. So, valgrind does not complain about the non-freed array at program end. The change doesn't release us from using the locking around reading/writing the date_header.