py/stream: Remove unnecessary check for NULL return from vstr_extend.
vstr_extend will now only return NULL if the vstr is a fixed buffer, which in this case it is not.
Please register or sign in to comment
vstr_extend will now only return NULL if the vstr is a fixed buffer, which in this case it is not.