Posted on Feb 3, 2011 by
Happy Monkey
This should be available on all those platforms accepting "headers", "trailers" and "flags" arguments so that sendfile() can be used as such:
sendfile.sendfile(sock, file, offset, 4096, headers="foo") sendfile.sendfile(sock, file, offset, 4096, trailers="bar")
Comment #1
Posted on Feb 7, 2011 by Happy MonkeyThis is now fixed in r11.
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium