maru / libmicrohttpd-http2

HTTP/2 support for libmicrohttpd
https://http2.s106.net/
Other
22 stars 6 forks source link

Don't use VLAs #62

Open maru opened 5 years ago

maru commented 5 years ago

variable-length arrays are not recommended: not all compilers support VLA, VLAs increase size of code, see https://lkml.org/lkml/2018/3/7/621