Zed, > You don't need the ";". That's only required if you add parameters to > the chunked encoding header. Just give the size (in hex).
Good to know! > I've contemplated doing chunked encodings for Mongrel, but I still have > the problem that frameworks do their headers and body out of order, so > it gets ugly (and also most proxies don't grok chunked encoding). Ah, I noticed this didn't seem to work at work (we have a proxy). > That shouldn't happen. Mongrel isn't locking or anything when running, > so you should be able to server multiple requests. I'll take a look at > this further. Hmm, interesting. It would be cool if this could be used more generally. Let me know if you figure it out what's happening! Topher _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
