Remove an incorrect assertion in server_content_type()
authorFabian Keil <fk@fabiankeil.de>
Fri, 4 Jan 2013 12:19:47 +0000 (12:19 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 4 Jan 2013 12:19:47 +0000 (12:19 +0000)
commit4b70ff5ebf195bae5f3398957ddd6d948b435e44
treeee31ab1a5377d3a3a25ae7bf85d41872397dd3e5
parent1419e9ec40a3fe80e2c9685f37a081b031db7cf1
Remove an incorrect assertion in server_content_type()

While it was supposed "to see if we already parsed another
Content-Type header" it actually only verified that at least
one Content-Type headers exists.

This is guaranteed to be true as otherwise the function
wouldn't be executed by sed().
parsers.c