{
  "id": "go/http-response-header-too-large",
  "signature": "error: http: response header too large",
  "signature_zh": "错误：http：响应头过大",
  "regex": "error:\\ http:\\ response\\ header\\ too\\ large",
  "domain": "go",
  "category": "network_error",
  "subcategory": null,
  "root_cause": "The response headers exceed the client's limit, typically set by http.Transport's MaxResponseHeaderBytes.",
  "root_cause_type": "generic",
  "root_cause_zh": "响应头超过了客户端的限制，通常由 http.Transport 的 MaxResponseHeaderBytes 设置。",
  "versions": [
    {
      "version": "1.18",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "The buffer size is not the limiting factor; the header size limit is separate.",
      "fail_rate": 0.75,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Header compression is not related to the size limit.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.9,
      "how": "Set http.Transport.MaxResponseHeaderBytes to a higher value.",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.85,
      "how": "Use a custom http.Client with a larger MaxResponseHeaderBytes.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.84,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-06-30",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}