Use a bundler/packer of some kind. On Wed, Apr 14, 2010 at 10:39 AM, Lincoln Stoll <[email protected]> wrote:
> > On 14/04/2010, at 2:33 AM, Clifford Heath wrote: > > > I assume then that browsers don't pipeline requests? > > A pity, because sending twenty requests up one or two > > sockets and streaming all the responses down should be > > faster than anything else. > > Most current browsers don't seem to, due to too many buggy server > implementations. > > Maybe you can just force HTTP 1.0 on the server, and stop the browser > sequentially requesting down one pipe.. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
