AntiPattern
Header and Response Mismatch
header-body-mismatch
Response behavior breaks when servers set upload/download or template headers using one source of truth, but later send the body or metadata via a different mechanism. Missing or inconsistent header/body sizes or metadata (e.g., Content-Length, Content-Disposition, S3 metadata) cause client failures or timeouts.