[Gambas-user] Issue 449 in gambas: RpcServer sends a not complete valid request, it sends "\n", it should send "\r\n".

gambas at ...2524... gambas at ...2524...
Thu Jul 4 21:40:43 CEST 2013


Comment #2 on issue 449 by uAle... at ...626...: RpcServer sends a not  
complete valid request, it sends "\n", it should send "\r\n".
http://code.google.com/p/gambas/issues/detail?id=449

@Benoit:

Attached is an updated "miniServer.class", this is based on the release  
BEFORE r5713 and it fixes the following things:
  - The response is sending Chr(13) + Chr(10) now, this will make older  
XML-RPC clients work
  - If the XML request is split over multiple tcp packets, the miniserver  
will wait a maximum of 1 second on it (unless the content-type == xml  
request, then it will continue directly)
- The previous wait of max 1 second will also fix issues with "Expect:  
100-continue", some XML-RPC clients can send this

Can you submit this miniServer.class in the SVN please?


Attachments:
	miniServer.class  8.7 KB

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list