Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

We usually don't upgrade to Django releases that are not LTS; that's why I mentioned April 2027.

Hi @htech9. Yes, there are still work that need to happen before being able to move forward. We detailed it at https://github.com/readthedocs/readthedocs.org/pull/10042#issuecomment-1607269152

We could probably do a HEAD request instead of a GET, but that means will be doing two request per file always just to protect us for this edge case....

I just deploy this as a test but it didn't work because it seems the NGINX from production doesn't return `Content-Length`. The version we use in our local development environment,...

It seems that `Content-Length` is not compatible with `gzip` since it uses `chunked` in that case. So, I think we will need a different approach here. Yeap, immediately I enabled...

Good news... I was able to replicate the error locally by using the repository with the big file: ``` ContentType: text/html; charset=utf-8 X-RTD-Force-Addons: true X-RTD-Hosting-Integrations: false addPreloads addProjectVersionSlug. projectSlug=jgdtrans-py versionSlug=dev-doc...

Meh, even calling just `HTMLReWrite().transform(originalResponse)` produces an exception for memory limit. I don't think there is too much we can do here since we are not applying _any transformation_ to...

With the latest version of wrangler, `3.63.2` I was able to reproduce the error in the same way than in production: blank page. With the version we are currently using,...

I filled a ticket on Cloudflare to ask them if this is the expected behavior.

Closing for now as we don't have a good way to solve this issue yet. We will continue the conversation in the issue.