Skip to content

Commit 283a2a9

Browse files
author
catchjosh
committed
Removed /RPC2 default setting -- this isn't part of the JSON-RPC spec.
git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@20 ae587032-bbab-11de-869a-473eb4776397
1 parent b9d42f9 commit 283a2a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonrpclib/jsonrpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ def __init__(self, uri, transport=None, encoding=None,
151151
self.__host, self.__handler = urllib.splithost(uri)
152152
if not self.__handler:
153153
# Not sure if this is in the JSON spec?
154-
self.__handler = '/RPC2'
154+
#self.__handler = '/'
155+
self.__handler == '/'
155156
if transport is None:
156157
if schema == 'https':
157158
transport = SafeTransport()

0 commit comments

Comments
 (0)