Describe the feature
Both react's renderToPipeableStream and solid-js's renderToStream return objects with just the pipe method as the stream response. h3 looks for something with pipe and _read to detect a stream. This makes it so users have to patch whats returned by those libs with _read to make h3 treat them like a stream response.
Additional information
Describe the feature
Both
react'srenderToPipeableStreamandsolid-js'srenderToStreamreturn objects with just thepipemethod as the stream response.h3looks for something withpipeand_readto detect a stream. This makes it so users have to patch whats returned by those libs with_readto makeh3treat them like a stream response.Additional information