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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1.0)
project(webcc)
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)