As mentioned by @franekmagiera in #2712 (comment), it's surprising for BaseHTTPResponse to return True in readable() as read() is not implemented. If we need to change this, doing it before the urllib3 2.0 release will avoid a breaking change. Should we keep True, change to false False or raise NotImplementedError?
As mentioned by @franekmagiera in #2712 (comment), it's surprising for
BaseHTTPResponseto returnTrueinreadable()asread()is not implemented. If we need to change this, doing it before the urllib3 2.0 release will avoid a breaking change. Should we keepTrue, change to falseFalseor raiseNotImplementedError?