Refine the parsing of start line; return 201 instead of 200 for POST request.

This commit is contained in:
Adam Gu
2018-07-13 13:08:36 +08:00
parent 9bf4bc3f4b
commit 9b3be4c18c
7 changed files with 37 additions and 49 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ A lot of C++11 features are used, e.g., `std::move`. But C++14 is not required.
The following CMake options determine how you build the projects. They are quite self-explanatory.
```cmake
option(WEBCC_ENABLE_LOG "Enable console logger?" ON)
option(WEBCC_ENABLE_LOG "Enable logging?" ON)
option(WEBCC_ENABLE_SOAP "Enable SOAP support (need pugixml)?" ON)
option(WEBCC_BUILD_UNITTEST "Build unit test?" ON)
option(WEBCC_BUILD_EXAMPLE "Build examples?" ON)