Re: [Cppcms-users] How to set default response().out() stream precision?
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-06-18 07:29:23
|
Looking at the implementation of http_response::out() it writes out headers so no wonder set_redirect_header is broken() if I do out().precision(9). Would it be possible to expose the ostream without writing headers? |