commit | 915d14190ee07b66e29b385943a942a51c825ae6 | [log] [tgz] |
---|---|---|
author | Giampaolo Rodola' <g.rodola@gmail.com> | Wed Jun 11 03:54:30 2014 +0200 |
committer | Giampaolo Rodola' <g.rodola@gmail.com> | Wed Jun 11 03:54:30 2014 +0200 |
tree | c822a64395af65a3f22f02aa5b87bd39c37a10b4 | |
parent | b398d33c65636aed68246179a4f6ae4b3fbcf182 [diff] |
fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'ยท