>
> No, it did not. The wrapper in wsgihandle.py is not a wrapper application. 
> It does not receive directly the HTTP requests from the HTTP server or 
> whatever intermediary there is in between the server and the web2py 
> applications.   It is a significant difference.  I might have said the 
> opposite once. I might have said that it was a wrapper application or 
> somehow spoken as if it was a wrapper application, but I was wrong.  In 
> discussions like that, some times we say things that are wrong and we need 
> to correct ourselves.
>

Well, the good news is that you are simply mistaken. Please see my other 
reply, but the short answer is, yes, the callable exposed in wsgihandler.py 
does indeed directly receive the HTTP request from the web server (hence 
the name "handler" -- it "handles" HTTP requests made to WSGI applications).

Anthony 

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to