Some servers incorrectly parse header names with strict case-sensitivity. For
compatibility with these systems change X-Sessioncookie to x-sessioncookie.
https://bugzilla.gnome.org/show_bug.cgi?id=758921
{"Host", FALSE},
{"Pragma", TRUE},
{"X-Server-IP-Address", FALSE},
- {"X-Sessioncookie", FALSE},
+ {"x-sessioncookie", FALSE},
{"RTCP-Interval", FALSE},
GST_RTSP_HDR_HOST, /* Host */
GST_RTSP_HDR_PRAGMA, /* Pragma */
GST_RTSP_HDR_X_SERVER_IP_ADDRESS, /* X-Server-IP-Address */
- GST_RTSP_HDR_X_SESSIONCOOKIE, /* X-Sessioncookie */
+ GST_RTSP_HDR_X_SESSIONCOOKIE, /* x-sessioncookie */
GST_RTSP_HDR_RTCP_INTERVAL, /* RTCP-Interval */