Xojo.Net slowness - Could anyone test example project in FB case 40580?

Hello,
I have been struggling to get Xojo.Net.HTTPSocket to work properly on multiple systems with the same speed as HTTPSecureSocket. A couple of months ago I filed 40580 but Xojo has not been able to reproduce. I have tested on multiple machines here in the office and Xojo.Net.HTTPSocket performs badly on all of them whereas HTTPSecureSocket works just fine.

Could anyone else on Windows 7 or 8.1 download and run Robyn’s example project and see if they get other results than me so I can get other data-points before I decide to start the migration to Xojo.Net? I am especially interested in the speed and if the progresswheel skips while running Xojo.Net downloads.

Thanks in advance!
/Mattias

On Windows 10 (latest beta/fc) in a debug-run i got these results:
Platform = Windows
IDE = 2015r3.1
Starting HTTPSecureSocket request
HTTPSecureSocket received in 351 length: 20225492
Starting Xojo.Net.HTTPSocket request
Xojo.Net.HTTPSocket received in 1311 length: 20225492
Starting HTTPSecureSocket request
HTTPSecureSocket received in 126 length: 20225492
Starting Xojo.Net.HTTPSocket request
Xojo.Net.HTTPSocket received in 1275 length: 20225492
Starting HTTPSecureSocket request
HTTPSecureSocket received in 115 length: 20225492
Starting Xojo.Net.HTTPSocket request
Xojo.Net.HTTPSocket received in 1217 length: 20225492

Xojo.Net.HTTPSocket is MUCH slower, needed more than twice the time.

Compiled for Windows 10 (with the latest beta/fc)
Platform = Windows
IDE = 2015r3.1
Starting HTTPSecureSocket request
HTTPSecureSocket received in 127 length: 20225492
Starting Xojo.Net.HTTPSocket request
Xojo.Net.HTTPSocket received in 1210 length: 20225492
Starting HTTPSecureSocket request
HTTPSecureSocket received in 95 length: 20225492
Starting Xojo.Net.HTTPSocket request
Xojo.Net.HTTPSocket received in 1205 length: 20225492

Here also the Xojo.Net.HTTPSocket is just as slow.

Thanks! I will add this to the FB and hopefully they will re-open this request and get it fixed.