fix gif link

Gerasimos (Makis) Maropoulos 2020-08-07 14:08:46 +03:00
parent ce77e1e8e4
commit 3ad17da72f
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

@ -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.