]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : fix the log message when using SSL (#23393)
authorRadoslav Gerganov <redacted>
Wed, 27 May 2026 05:06:30 +0000 (08:06 +0300)
committerGitHub <redacted>
Wed, 27 May 2026 05:06:30 +0000 (08:06 +0300)
commit7085492c6f792e7499d790b3007cb08fd58b5953
treec3f8db4bc4535bd9ff825f7a7fe63b843749cc88
parentb4c0549a49be9e6dc59ac9d0a5bc21dbda910774
server : fix the log message when using SSL (#23393)

When llama-server is started with SSL key and cert, the log says that it
listens on http instead of https. This patch fixes this.
tools/server/server-http.cpp
tools/server/server-http.h