Yes, it keep growing if I download next file, it seems to be a leak, maybe
readFile under async condition ? I really need help or have to give up towards
golang. Thank you!
import jester, asyncdispatch, htmlgen,strutils
routes:
get "/":
resp h1("Hello world")
get "/download":
attachment "public/root/test.rar"
resp readFile "public/root/test.rar"
runForever()
- How to use attatchment effectively in jester? shawnye
- Re: How to use attatchment effectively in jester? Araq
- Re: How to use attatchment effectively in jester? shawnye
