pub(crate) fn reported_incomplete_reason(
output: &ResponseOutput,
) -> Option<&str>Expand description
Why the response this line carries is incomplete, if it says so. A response that stopped short still streams as if it had finished, so this is the only thing that tells the two apart.