Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我了解,TCP 有一个相对可靠的校验和机制,但它返回误报的可能性非常小。
HTTP 是否使用应用程序级别的校验和(可能是哈希)?如果不是,为什么?
是的(:HTTP/1.1(RFC 2616)的规范允许使用Content-MD5标头。看看它的第 14.15 节。
Content-MD5
复制粘贴:
RFC 1864 [ 23 ]中定义的 Content-MD5 实体标头字段是实体主体的 MD5 摘要,用于提供实体主体的端到端消息完整性检查 (MIC)。