Aborted transfer does not close connection
commit75c07aba7acf9c07c800c497f868ed48b073fe75
authorPetr Písař <petr.pisar@atlas.cz>
Tue, 2 Mar 2010 11:21:20 +0000 (2 12:21 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Tue, 2 Mar 2010 11:21:20 +0000 (2 12:21 +0100)
treed948e3a48f063d1187788b297113841fe492ca44
parent2a858bdefb4c0f25980bd1d85c54da11eb79a660
Aborted transfer does not close connection

Former practice was to close connection what forced application to relog-in on
next operation.

This has been found as wrong attitude and it do not close connection since
now. It will return new error code IE_ABORTED instead of IE_NETWORK.
src/isds.c
src/isds.h
src/soap.c