Hi there.

I'm just doing some work to add conditional responses to a small web gallery
project I'm writing, and I noticed that in pyramid.router, the response's
__call__ method itself is not invoked itself, meaning that even if we intend
to use WebOb's support for conditional responses, that doesn't happen.

Now, naturally, it'd be possible to do my own checking for this case in a
response callback, but it does involve a certain amount of re-inventing the
wheel, so I think it'd be nice if this magically "just worked". So, I guess
my question is--is this a deliberate choice, and I've missed the logic
behind it?

Thanks,
-- 
Ceri Storey

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to