fn response_looks_truncated(raw: &[u8]) -> bool
Content-Lengthが判明していて、かつ受信済みボディがそれより短い (=TLS読み取り途中で打ち切られた)場合にtrueを返す。chunked応答は 対象外(Content-Lengthヘッダを通常持たないため判定不能)。
Content-Length
true
chunked