Comment #2 on issue 449 by [email protected]: 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

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to