From 3ad17da72f5465e85c57556626f61375a776662a Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 7 Aug 2020 14:08:46 +0300 Subject: [PATCH] fix gif link --- responses/response-stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/response-stream.md b/responses/response-stream.md index fea8f85..3bff6dd 100644 --- a/responses/response-stream.md +++ b/responses/response-stream.md @@ -117,6 +117,6 @@ func handler(ctx iris.Context) { **Result** -![](https://raw.githubusercontent.com/wiki/kataras/iris/iris-stream-writer.gif) +![](https://raw.githubusercontent.com/wiki/kataras/iris/_assets/iris-stream-writer.gif) That's all. As you've noticed, the client receives messages while loading. Check the next chapter (Server-Sent Events) to see an alternative way of sending messages to the client with connection-alive and loaded page.