tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Expected packet size is too big when testing HTTP proxy availability #2522

Closed Mike497 closed 1 year ago

Mike497 commented 1 year ago

Hi! I try to test HTTP proxy availability with TdApi.TestProxy method, but sometimes the return result is like this: { code = 400 message = "Expected packet size is too big: 1391591938" } Can you suggest how can I get positive result? Proxy is actually working and available.

levlam commented 1 year ago

The error means that the proxy doesn't work. This is no different from any other error.