masaoliou

Results 6 comments of masaoliou

Does adding a space between `)` and `%` to make `email()%` become `email() %` help?

While I have no knowledge of mySQL, this is my experience with PostgreSQL. CppDB calls the underlying libpq which takes and returns characters strings. Therefore, CppDB users are always supposed...

**CppCMS 1.2 Input Content Filtering** [request().limits().multipart_form_data_limit(len)](http://cppcms.com/wikipp/en/page/cppcms_1_2_filtering)

I tend to feel cppcms::form has not optimized for html5, yet.

The problem lies in the most unexpected place - file `CMakeList.txt`. The program doesn't crash if I replace the first line `cmake_minimum_required(VERSION 3.18)` with `cmake_minimum_required(VERSION 2.6)`, which produces the following...

If one uses Lighttpd, the following line is essential for Sever Sent Events to work: `server.stream-response-body=2`