Skip to content
Snippets Groups Projects
Commit 7f0f1ff0 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] Working in-memory HTTP cache

parent 56d9faf1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 3)
SET( CPACK_PACKAGE_VERSION_PATCH 28)
SET( CPACK_PACKAGE_VERSION_PATCH 29)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
Subproject commit bb30bb94897a9c4532012c976cf0ab9b4fe88ce7
Subproject commit a114ca1a1d5fab1feaa91d55b8d42ba23f1fa736
......@@ -6,6 +6,8 @@ debug_mode={DEBUG_MODE}
debug_dump_stream_headers=false
# Debug I/O reactor, false by default
#debug_reactor=false
# Debug HTTP protocol, false by default
#debug_http=false
# seed mode. WARNING. Used true only when you start the new network
#seed_mode=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment