Changes between Version 5 and Version 6 of XML-RPC


Ignore:
Timestamp:
Jul 24, 2006, 12:08:04 AM (18 years ago)
Author:
simo@…
Comment:

Some XML-RPC Clients are picky about Content-lenght, as it is required by the XML-RPC standard

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v5 v6  
    7474                response.write('<a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/badges/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django."></a>')
    7575
     76        response['Content-length'] = str(len(response.content))
    7677        return response
    7778
Back to Top