Skip to content

Transport streams not closed in WebServiceConnection [SWS-333] #486

@gregturn

Description

@gregturn

Tareq Abedrabbo opened SWS-333 and commented

Currently, in the AbstractWebServiceConnection and subclasses, the TransportOutputStream and TransportInputStream are not closed, mainly because Axis1 SAAJ and Axiom lazy-load messages.

This is not a major issue for most transports, because the streams are closed in the end (during connection.close()), but closing the streams explicitly can't hurt.


Affects: 1.5

Referenced from: commits 921e1ea

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions