Implementors should not override this method, but instead implement [writable._destroy()](https://nodejs.org/api/stream.html#writable_destroyerr-callback).
With this change, I was able to capture entry size validation errors, which I could not without the change.
Avoided overriding endpointStream.destroy and instead override _destroy as recommended in the stream doc.
https://nodejs.org/api/stream.html#writabledestroyerror
With this change, I was able to capture entry size validation errors, which I could not without the change.