From: Steinar H. Gunderson Date: Mon, 9 Apr 2018 18:57:15 +0000 (+0200) Subject: Capitalize HTTP header names after dashes. X-Git-Tag: 1.4.0~18 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=1d285bcbfd1aa3f7911cfb98a947a37f68154428;hp=1d285bcbfd1aa3f7911cfb98a947a37f68154428 Capitalize HTTP header names after dashes. In particular, writing Content-Length instead of Content-length fixes a problem where VLC's HTTP client would hang forever on our responses. This makes HLS generally work in VLC, although it still starts playing from the start instead of from the end. ---