For what it's worth, I made the following change to httplib.py and it seems to have solved my problems:
c455 < if self.chunked: --- > if self.chunked and self._method != 'HEAD': I'm using Python 2.4.1 on MacOS. Mitch -- http://mail.python.org/mailman/listinfo/python-list