Skip to content

Commit

Permalink
code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Mar 17, 2024
1 parent 65eb91d commit f7b2331
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ parseMultiPartFieldWithoutLengthWithBoundary: aBoundary writeOn: writer
startingAt: bufferSize - candidateIndex + 2.
buffer initializeWithCollection: rawBuffer.
"If the candidate was really the first token of the boundary then we now have loaded the full boundary into the buffer.
If not we have to check for the next boundary candidate as
we might have loaded the next boundary partially."
If not we have to check for the next boundary candidate as we might have loaded the next boundary partially."
buffer = aBoundary ] ]
ifNil: [
writer nextPutAll: buffer.
Expand Down

0 comments on commit f7b2331

Please sign in to comment.