Skip to content

Commit ab49f09

Browse files
ngxsonggerganov
andauthored
server: move server-context to its own cpp|h (#17595)
* git mv * add server-context.h * add server-context.h * clean up headers * cont : cleanup * also expose server_response_reader (to be used by CLI) * fix windows build * decouple server_routes and server_http --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
1 parent 8c32d9d commit ab49f09

File tree

6 files changed

+3833
-3664
lines changed

6 files changed

+3833
-3664
lines changed

tools/server/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ set(TARGET_SRCS
2121
server-queue.h
2222
server-common.cpp
2323
server-common.h
24+
server-context.cpp
25+
server-context.h
2426
)
2527
set(PUBLIC_ASSETS
2628
index.html.gz

0 commit comments

Comments
 (0)