Discussion:
[bottlepy] bottle stop responsible
hlq
2014-11-27 14:33:16 UTC
Permalink
I use bottle to develop a small web program.There are some files that
customers can download. I use send_file of bottle to service the
function.When a customer is starting download a file,and then cancel the
download action.Unfortunate,the bottle refuse to receive the next
request.and It is death.I feel sadly,Too many peoples ask me why,but I
answer nothing.
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thiago Avelino
2014-11-27 15:48:01 UTC
Permalink
I use the bottle on a project to serve file download, look at how I
implemented[1]!

[1] https://github.com/avelino/vim-bootstrap/blob/master/main.py#L66



Cheers,
Thiago Avelino
@avelino0 <http://twitter.com/avelino0> - avelino.xxx
Post by hlq
I use bottle to develop a small web program.There are some files that
customers can download. I use send_file of bottle to service the
function.When a customer is starting download a file,and then cancel the
download action.Unfortunate,the bottle refuse to receive the next
request.and It is death.I feel sadly,Too many peoples ask me why,but I
answer nothing.
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...