From: James Edward Gray II Date: 2007-02-16T04:19:18+09:00 Subject: Trouble with xmlrpc Some of the Ruby code used by TextMate makes use of xmlrpc/ client.rb. We are now getting bug reports from users and have tracked the issue back to this bit of code in that file: http://pastie.textmate.org/39421 This code throws an error if the response does not have a Content- Length header, but our understanding is that this header is not mandatory. Could anyone please explain to me why this limitation is in place? Thanks. James Edward Gray II