From c52a0e7ef5b53d8d614bc0d37d88d96b3b934edc Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sun, 17 Mar 2024 16:02:41 +0100 Subject: [PATCH] code cleanup --- .../parseMultiPartFieldWithoutLengthWithBoundary.writeOn..st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/Seaside-Zinc-Core.package/ZnStreamingMultiPartFormDataEntity.class/instance/parseMultiPartFieldWithoutLengthWithBoundary.writeOn..st b/repository/Seaside-Zinc-Core.package/ZnStreamingMultiPartFormDataEntity.class/instance/parseMultiPartFieldWithoutLengthWithBoundary.writeOn..st index a03db3c5e..80d08959e 100644 --- a/repository/Seaside-Zinc-Core.package/ZnStreamingMultiPartFormDataEntity.class/instance/parseMultiPartFieldWithoutLengthWithBoundary.writeOn..st +++ b/repository/Seaside-Zinc-Core.package/ZnStreamingMultiPartFormDataEntity.class/instance/parseMultiPartFieldWithoutLengthWithBoundary.writeOn..st @@ -38,7 +38,7 @@ parseMultiPartFieldWithoutLengthWithBoundary: aBoundary writeOn: writer ifNil: [ writer nextPutAll: buffer. stream atEnd - ifFalse: [ + ifFalse: [ "#next:into: answers a copy of the buffer if not enough bytes could be read. Use rawBuffer here so we can use the primitive to replace the bytes in the buffer directly" stream next: bufferSize into: rawBuffer.