Commits

Andy Green authored 1c09e6e8225
buflist: overallocate by 1 We overallocate at the start by LWS_PRE so we can use buflist content directly with lws_write, this has us also overallocate by 1 at the end. There's a corner case with cgi where it's receiving bulk POST data to pass on to cgi stdin and wants to make sure there's a NUL just past the end... this makes sure we have space for it.