diff --git a/src/XML-Parser/XMLHTTPZincResponseContentReader.class.st b/src/XML-Parser/XMLHTTPZincResponseContentReader.class.st index 9ec1d2e0..dc0d7056 100644 --- a/src/XML-Parser/XMLHTTPZincResponseContentReader.class.st +++ b/src/XML-Parser/XMLHTTPZincResponseContentReader.class.st @@ -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]