Merge branch 'master' of github.com:web2py/web2py

This commit is contained in:
mdipierro
2013-03-10 15:58:24 -05:00
+2 -2
View File
@@ -4405,9 +4405,9 @@ class Service(object):
request = current.request
response = current.response
if not data:
request = current.request
response = current.response
response.headers['Content-Type'] = 'application/json; charset=utf-8'
try:
data = json_parser.loads(request.body.read())