Vadim Gritsenko wrote:
>
> Done. Can you check this part though (that I had not screwed it up ;-)
>
> @@ -796,7 +769,7 @@
> if (outputStream == null) {
> outputStream =
> environment.getOutputStream(0);
> }
> - os.writeTo(environment.getOutputStream(0));
> + os.writeTo(outputStream);
> } else {
> if (outputStream == null) {
> outputStream =
> environment.getOutputStream(this.outputBufferSize);
>
>
Yes, this is now correct. Good catch!Thanks Carsten
