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()
    

Reply via email to