Looking back at the hex output of the HTTP packet, I see that they padded the response to 15 characters with spaces (0x20) so the Content-Length is actually correct. The spaces are just lost in the text output on github because it's HTML which has a nasty habit of stripping blank spaces.


Reply to this email directly or view it on GitHub.