We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c10bf commit 9d02299Copy full SHA for 9d02299
tools/server/server-models.cpp
@@ -900,6 +900,7 @@ static bool should_strip_proxy_header(const std::string & header_name) {
900
// Headers that get duplicated when router forwards child responses
901
if (header_name == "server" ||
902
header_name == "transfer-encoding" ||
903
+ header_name == "content-length" || // quick fix for https://github.com/ggml-org/llama.cpp/issues/17710
904
header_name == "keep-alive") {
905
return true;
906
}
0 commit comments