eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

Fixed compile error (gcc 7.1.1) in include/html.hpp #32

Closed bertwim closed 6 years ago

bertwim commented 6 years ago

Following the build instructions, I got 2 compilation errors, both about variables ("buffer" and "padStart") on the same line in the file http.hpp. The variables could possibly be used without an initialisation. Fix is to initialise these variables at their declaration.

eddic commented 6 years ago

Nice. Thanks for the pull.