Simple question really, but not one I am able to find clear guidance on. I'm writing web services that support JSONP responses (based on specification of a callback query param), and would like to provide support for compression.
I raised another question a while back about a possible bug in ServiceStack, but before providing a fix for it, I'm looking for guidance on whether I should be in the first place?