Skip to content

Commit

Permalink
ZnLimitedReadStream - Fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Oct 24, 2023
1 parent 2024f06 commit a6f6275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML-Parser/XMLHTTPZincResponseContentReader.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Class {
{ #category : #reading }
XMLHTTPZincResponseContentReader >> rawReadWithLength: aContentLength upToLimit: aMaxSize [
^ [| entityStream |
(entityStream := response zincResponse entity stream) binary.
entityStream := response zincResponse entity stream.
ZnUtils
readUpToEnd: entityStream
limit: aMaxSize]
Expand Down

0 comments on commit a6f6275

Please sign in to comment.