Hi, While playing with uWSGI and bottle I discovered that when calling function uwsgi_sendfile the second parameter (buffer size) is not optional (that caused exception). According to PEP333 second argument should be optional. Or maybe I'm missing something? Cheers! Balor