--- HttpMultiClient.java	Mon Sep 23 16:24:05 2002
+++ HttpMultiClient.java.mine	Mon Sep 23 16:22:07 2002
@@ -314,8 +314,6 @@
             status = method.execute(getState(), connection);
         } catch (IOException ex) {
             throw ex;
-        } catch (HttpException ex) {
-            throw ex;
         } finally {
             mgr.releaseConnection(connection);
         }

