mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
fixed calculation of content-length request header
This commit is contained in:
parent
ddd6f95336
commit
7bd04825ef
3 changed files with 26 additions and 26 deletions
|
@ -181,7 +181,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
|
||||
// System.out.println(uri.toString());
|
||||
|
||||
final CharSequence page = ParserUtils.scrape(uri.toString(), false, null, UTF_8, null);
|
||||
final CharSequence page = ParserUtils.scrape(uri.toString(), null, UTF_8, null);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue