Files
llama-swap/proxy
Artur Podsiadły 558801db1a Fix nginx proxy buffering for streaming endpoints (#295)
* Fix nginx proxy buffering for streaming endpoints

- Add X-Accel-Buffering: no header to SSE endpoints (/api/events, /logs/stream)
- Add X-Accel-Buffering: no header to proxied text/event-stream responses
- Add nginx reverse proxy configuration section to README
- Add tests for X-Accel-Buffering header on streaming endpoints

Fixes #236

* Fix goroutine cleanup in streaming endpoints test

Add context cancellation to TestProxyManager_StreamingEndpointsReturnNoBufferingHeader
to ensure the goroutine is properly cleaned up when the test completes.
2025-09-09 16:07:46 -07:00
..
2025-06-16 16:45:19 -07:00
2025-09-01 21:21:37 -07:00
2025-09-01 21:21:37 -07:00
2025-07-01 22:17:35 -07:00
2025-07-15 18:04:30 -07:00
2025-04-01 08:43:53 -07:00
2025-06-16 16:45:19 -07:00