Hide get_expected_content_length() when compiling without FEATURE_CONNECTION_KEEP_ALIVE
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2012 10:18:19 +0000 (10:18 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2012 10:18:19 +0000 (10:18 +0000)
commitcd1ebac900d51ba149e7caefe3cef080cb20e92d
treebb652431b37fba4a9f982d7bcdfd606c8c090253
parent2e7cd6056991ba7484e8869a335f59335b0549a6
Hide get_expected_content_length() when compiling without FEATURE_CONNECTION_KEEP_ALIVE

It's not called and references functions that aren't available
in that scenario.
parsers.c