ollama/server/internal
Blake Mizerany 41dc280491
server/internal/registry: implement CloseNotify and Flush (for now) (#9402)
This fixes panics introduced in 2412adf42b
when Gin ungracefully assumes that the http.ResponseWriter implements
http.CloseNotifier and http.Flusher, which our new statusCodeRecorder
does not. This is a temporary fix until we can pour the rest of the Gin
out.
2025-02-27 14:00:37 -08:00
..
cache/blob server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00
chunks server/internal: copy bmizerany/ollama-go to internal package (#9294) 2025-02-24 22:39:44 -08:00
client/ollama server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00
cmd server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00
internal server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00
manifest server/internal: copy bmizerany/ollama-go to internal package (#9294) 2025-02-24 22:39:44 -08:00
registry server/internal/registry: implement CloseNotify and Flush (for now) (#9402) 2025-02-27 14:00:37 -08:00
testutil server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00