> When i check i got this error : > > 1. > 2. > 3. > 4. > 5. > 6. > > 7. > 8. > 9. > 10. > 11. > > Traceback (most recent call last): > > File "/home/v3ss/WorkSpace/FastTract/web2py/gluon/main.py", line > 447, in wsgibase > > parse_get_post_vars(request, environ) > File "/home/v3ss/WorkSpace/FastTract/web2py/gluon/main.py", line > 275, in parse_get_post_vars > > request.body = copystream_progress(request) ### stores request body > > File "/home/v3ss/WorkSpace/FastTract/web2py/gluon/main.py", line > 143, in copystream_progress > > copystream(source, dest, size, chunk_size) > > File "/home/v3ss/WorkSpace/FastTract/web2py/gluon/fileutils.py", > line 376, in copystream > > data = src.read(chunk_size) > IOError: error waiting for wsgi.input data > > >
If you are on chrome + https on cherokee, it will not works. it is a cherokee bug, you can try with latest svn snapshot (iirc it has been fixed there) -- Roberto De Ioris http://unbit.it

