http.server: No longer enfore JSON encoding for body
authorMichael Hanselmann <hansmi@google.com>
Wed, 2 Dec 2009 16:48:55 +0000 (17:48 +0100)
committerMichael Hanselmann <hansmi@google.com>
Fri, 22 Jan 2010 14:17:44 +0000 (15:17 +0100)
commitab221ddff81f042d30a421974b067533e39f1f23
tree1fdd963beede9fa7228779ce36020c1d6e3c2c3a
parent200e38acfb7685f5209f25bf0dcc98638943433a
http.server: No longer enfore JSON encoding for body

The HTTP layer shouldn't care about the contents of the request data or
responses. This requires further changes in the RAPI code to handle client
requests correctly.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
NEWS
daemons/ganeti-noded
daemons/ganeti-rapi
lib/http/__init__.py
lib/http/server.py
lib/rapi/baserlib.py
lib/rapi/rlib2.py