Better write handling in HTTPClient
This patch takes care of a problem when sending large data to a remote server through via HTTP. The write to a socket might not always send the whole chunk in one piece. Now data is written in a loop until all bytes where sent to the socket. darcs-hash:20080708204703-7ad00-50809261df03c6c741393501d41d2beba128ac70.gz
Loading
Please register or sign in to comment