T
toomaskask
Guest
Hi! I am using Http Client (OE 11.6.2, OpenEdge.Net.pl library) to send GET requests to a server expecting a file (e.g. pdf as application/octet-stream) as a response. Files under 1 mb arrive relatively fast, but for example a 20 mb file will arrive in around 5 minutes. Logging shows that the file is received in 8kb chunks, is that the cause of the delay and is that (=socket receive buffer) adjustable? Using 'wget' or 'curl' takes ~2sec to get response back, this means that problem is not on server side. Any idea how can I receive files quicker using HttpClient? BR Toomas
Continue reading...
Continue reading...