Closed mazzzystar closed 1 month ago
This should be X changing its implementation a little bit and providing some preview content. By default, Reader eagerly tries to return ASAP, this has resulted in Reader returning the preview content instead of the full content, which is made available after.
To walk around this, you may pass X-Timeout: 30
header to explicitly set a deadline. This changes the return policy and makes Reader wait more patiently until deadline or networkidle0
Thx : )
I got: