- 
    Bug 
- 
    Resolution: Fixed
- 
    P2: Important 
- 
    None
- 
    5.3.2
- 
    None
- 
    Archlinux, OpenSSH_6.7p1
When a QNetworkReply which was requested with a proxy has an error, the finished-signal is never emitted and it just appears to "hang".
Attached is the http example minimally modified to use a SOCKS proxy on localhost:9999.
I use SSH for the proxy:
ssh -N -D9999 my-server.org
An existing URL works as expected. When trying to download an unexistent URL (http://foo.bar), the reply never finishes.
Without the proxy, an error gets shown as expected.
- relates to
- 
                    QTBUG-76367 flaky tests in tst_qftp -         
- Closed
 
-         
- 
                    QTBUG-38385 QTcpSocket auto test: temporarily disable Socks5 proxy tests -         
- Closed
 
-