Separate HTTP and WSGI response classes.
Split a common base class out of them and move ZServer specific logic onto HTTPResponse without impacting WSGIResponse. Also change the error generating methods on WSGIResponse to raise exceptions rather than returning responses. It's the publishers job to turn them into responses and now they get treated in the same way as when they get raised directly.
Showing
... | ... | @@ -31,7 +31,7 @@ sourcecodegen==0.6.14 |
transaction==1.6.1 | ||
waitress==1.0.0 | ||
z3c.pt==3.0 | ||
zExceptions==3.3 | ||
zExceptions==3.4 | ||
zc.lockfile==1.2.1 | ||
zdaemon==4.1.0 | ||
zodbpickle==0.6.0 | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment