Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Mar 17, 2024
1 parent f7b2331 commit c52a0e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c52a0e7

Please sign in to comment.