I have tracked the problem to globals.py line 126

if 'X-Progress-ID' not in request.get_vars:
    copystream(source, dest, size, chunk_size)
    return dest

if i disable this condition, any raise HTTP returns fast with code 500 
regardless the code or response i would use.
I guess this would break other responses so id better disable the error 
handler.
Is there any way to workaround this error? Or any way to avoid it?

Thanks




-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/e52f7214-0b37-48cd-a971-65d2374bf7ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to