[Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

gambas at ...2524... gambas at ...2524...
Thu Jan 10 15:41:48 CET 2013


Comment #4 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 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"

It still doesn't work with this fix (but the request looks fine now), so i  
will dig deeper into the code.





More information about the User mailing list