*) changed indention

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5434 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 16 years ago
parent 07fc115e90
commit afe98bc11c

@ -605,8 +605,12 @@ public final class httpdProxyHandler {
}
} // end hasBody
} catch(SocketException se) {
// if opened ...
if(res != null) {
// client cut proxy connection, abort download
res.abort();
}
handleProxyException(se,conProp,respond,url);
} finally {
// if opened ...
if(res != null) {

Loading…
Cancel
Save