Added client mode support to HTTP::Websocket, added websockettest binary, added ws/wss protocol support to HTTP::URL, added support for websockets and socket overriding to HTTP::Downloader, fixed HTTP parser not handling response codes 1XX, 204 and 304 correctly.
This commit is contained in:
parent
57b930020b
commit
37af199a1c
9 changed files with 214 additions and 42 deletions
|
@ -824,4 +824,6 @@ target_link_libraries(bitwritertest mist)
|
|||
add_test(BitWriterTest COMMAND bitwritertest)
|
||||
add_executable(streamstatustest test/status.cpp ${BINARY_DIR}/mist/.headers)
|
||||
target_link_libraries(streamstatustest mist)
|
||||
add_executable(websockettest test/websocket.cpp ${BINARY_DIR}/mist/.headers)
|
||||
target_link_libraries(websockettest mist)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue