ollama/server/internal/registry
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
..
testdata/models server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00
server.go server/internal/registry: implement CloseNotify and Flush (for now) (#9402) 2025-02-27 14:00:37 -08:00
server_test.go server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00