Project

Profile

Help

Task #6397

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1876":https://github.com/pulp/pulpcore/issues/1876 




 ---- 


 ## motivation 

 1. pulp-certguard needs to have `max_field_size` set so that the content app can receive larger certificates from clients. 
 2. To do that one way is to call[ `make_handler()`](https://docs.aiohttp.org/en/stable/web_reference.html?highlight=keepalive%20timeout#aiohttp.web.Application.make_handler) but that has been deprecated since 3.2 in favor of [`Application Runners`](https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-app-runners). 

 ## Solution 

 Port the content app to use Application Runners 

Back