Re: [Cppcms-users] combining all js and css requests in a single file
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2010-12-16 20:43:36
|
> I was talking about HTTP Pipelining, Read this: > > http://en.wikipedia.org/wiki/HTTP_pipelining HTTP pipelining is disabled in most browsers. > You can even do something like that: > > response().content_type("image/jpeg"); > sql << "SELECT image FROM profiles WHERE user_id = ?" << uid << cppdb::row >>> resonse.out(); thanks. this is simple. |