THRIFT-721. py: THttpClient ignores url parameters
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 01:00:19 +0000 (01:00 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 01:00:19 +0000 (01:00 +0000)
commit727d67dcfad44784b1ef552d4744f739a8fe7d3c
treea6117cd628cd37925775c46dd126347042fbcbb4
parent010f1e09d09d7a5169b3468399928b6e807aab29
THRIFT-721. py: THttpClient ignores url parameters

Respect query string in THttpClient and generated remotes. Also, add an error message on unknown methods.

Patch: Thomas Kho

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991786 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_py_generator.cc
lib/py/src/transport/THttpClient.py