Guillaume PERRUDIN
Guillaume PERRUDIN
Thanks for your answer. Do you know the better way to do this ? I was thinking that I could use ReponseWriter.Write() to send data but this does not automatically...
The problem is that I don't see how to get the "conn" variable from my "ResponseWriter"/"Request".
The problem with Hijack() is that it takes control of the http connection, so the eventsource doesn't work anymore because it needs the http connection. I haven't found any way...
Thanks for your quick response but the build didn't pass.