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

gambas at ...2524... gambas at ...2524...
Thu Jan 10 08:13:09 CET 2013


Comment #3 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

No, it isn't fixed yet. Now gambas3 RpcClient is sending an "empty" request  
(only headers), which hangs the RpcServer.

gambas3 r5498 is sending (wrong):
POST / HTTP/1.1
User-Agent: Gambas/3.4 (gb.net.curl; Linux)
Host: localhost:9009
Accept: */*
Content-Type: text/xml
Content-Length: 2

gambas3 r5495 is sending:
POST / HTTP/1.1
User-Agent: Gambas/3.4 (gb.net.curl; Linux)
Host: localhost:9009
Accept: */*
Content-Type: text/xml
Content-Length: 236

<?xml version="1.0" encoding="UTF-8"?>
<methodCall><methodName>globalvar.set</methodName>  
<params><param><value><string>NextPlanning</string>  
</value></param><param><value><string>00:00:00</string>  
</value></param></params></methodCall>


Attachments:
	gambas3-r5498.eth  1.2 KB





More information about the User mailing list