[Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)
gambas at ...2524...
gambas at ...2524...
Sun Jan 13 00:11:02 CET 2013
Comment #13 on issue 380 by uAle... at ...626...: RpcClient sends invalid HTTP
requests (and RpcServer stops working)
http://code.google.com/p/gambas/issues/detail?id=380
Ok, i can confirm the new code looks to work fine.
Only, can you modify 1 more thing, because the r5498 fix was invalid:
-----------------
Ok, i found a typo in your
r5498 "./gb.xml/src/rpc/gb.xml.rpc/.src/RpcClient.class" file. Change the
following from:
If Right(sData) <> "\n" Then sData = "\n"
to:
If Right(sData) <> "\n" Then sData &= "\n"
------------------
If that's in, i am an extremely happy bunny :-)
More information about the User
mailing list