mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
Update README-websocket.md and justfile
This commit is contained in:
9
justfile
9
justfile
@@ -28,6 +28,15 @@ no_tls_parallel:
|
||||
fuzz:
|
||||
@(cd test && make fuzz_test)
|
||||
|
||||
proxy:
|
||||
@(cd test && make proxy)
|
||||
|
||||
websocket_heartbeat:
|
||||
@(cd test && make test_websocket_heartbeat && ./test_websocket_heartbeat)
|
||||
|
||||
thread_pool:
|
||||
@(cd test && make test_thread_pool && ./test_thread_pool)
|
||||
|
||||
build:
|
||||
@(cd test && make test_split)
|
||||
@(cd test && make test_split_mbedtls)
|
||||
|
||||
Reference in New Issue
Block a user