0b3122d8ff
Motivation: The method HttpUtil.getCharsetAsString(...) is missleading as its return type is CharSequence and not String. Modifications: Deprecate HttpUtil.getCharsetAsString(...) and introduce HttpUtil.getCharsetAsSe quence(...). Result: Less confusing method name.