It’s a problem changed by the newest curl include in WP
Simple fix!!!
in a TEXT editor
edit file: wordpress/wp-content/plugins/blogger-importer-extended/includes/client.php
‘timeout’ => 30,
Around line 33 is:
‘timeout’ => 0,
Change it to:
‘timeout’ => 30,
Fully successful on 4.6.1 after the change