From 3d574bb2c375ce8395b7208f69dea32f84d37a56 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Wed, 28 Jan 2026 10:38:09 +0200 Subject: [PATCH] feat: Introduce common issues page Signed-off-by: Razvan Deaconescu --- src/common_issues.mdx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/common_issues.mdx diff --git a/src/common_issues.mdx b/src/common_issues.mdx new file mode 100644 index 0000000..a04ee72 --- /dev/null +++ b/src/common_issues.mdx @@ -0,0 +1,5 @@ +# Common Issues + +- Q17: I am deploying an application and the responses from the instance are buffered. Instead of receiving N messages one-by-one, I receive them all at the end of the conversation. How can I fix this? + + Set the `X-Accel-Buffering` in the response header. For example, for a streaming response application, this patch would fix things: