MinimalClientExec.java (httpcomponents-client-4.5.5-src) | : | MinimalClientExec.java (httpcomponents-client-4.5.6-src) | ||
---|---|---|---|---|
skipping to change at line 250 | skipping to change at line 250 | |||
throw ioex; | throw ioex; | |||
} catch (final HttpException ex) { | } catch (final HttpException ex) { | |||
releaseTrigger.abortConnection(); | releaseTrigger.abortConnection(); | |||
throw ex; | throw ex; | |||
} catch (final IOException ex) { | } catch (final IOException ex) { | |||
releaseTrigger.abortConnection(); | releaseTrigger.abortConnection(); | |||
throw ex; | throw ex; | |||
} catch (final RuntimeException ex) { | } catch (final RuntimeException ex) { | |||
releaseTrigger.abortConnection(); | releaseTrigger.abortConnection(); | |||
throw ex; | throw ex; | |||
} catch (final Error error) { | ||||
connManager.shutdown(); | ||||
throw error; | ||||
} | } | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |