what if pass is as last statement?
def index():
if something:
return something
elif otherthing:
return otherthing
elif delay_tima_for_responding == 'infinite':
passI did not tested, and I don t know if in this way web2py will redirect you to a 'genneric' response. -- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ]

