Added custom response stream and possibility to flush response to clients synchronously and asynchronously. Various speed ups, including reduced use of regex and preprocessing of regex objects. boost::asio::ip::tcp::no_delay is now turned on for both Client and Server. Note: Not backward compatible with earlier versions.
This commit is contained in:
parent
79903b6abb
commit
a6154c7c5b
8 changed files with 331 additions and 168 deletions
|
|
@ -15,7 +15,7 @@ else()
|
|||
endif()
|
||||
|
||||
#Only tested with versions 1.55 and 1.56
|
||||
find_package(Boost 1.41.0 COMPONENTS system thread REQUIRED)
|
||||
find_package(Boost 1.41.0 COMPONENTS system thread coroutine context REQUIRED)
|
||||
message("Boost include dir: ${Boost_INCLUDE_DIR}")
|
||||
message("Boost libraries: ${Boost_LIBRARIES}")
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue