readthedocs / common

Shared bits around multiple repositories
MIT License
22 stars 38 forks source link

Clean up addons injection script and fix bugs in library #227

Open agjohnson opened 8 hours ago

agjohnson commented 8 hours ago

There is a lot here to modernize this library and fix a number of bugs:


agjohnson commented 8 hours ago

I've tested this against projects with large response pages and the exception is actually caught now, and the response falls back to the origin response. The next change will be trying to catch this through streaming and avoiding buffering the entire request.