Project

General

Profile

« Previous | Next » 

Revision 06718cfc

Added by Justin Sherrill about 4 years ago

Fixing aiohttp patch

and bumping header limit

View differences:

packages/pulpcore/python-aiohttp/allow-larger-headers.patch
access_log_format=self._get_valid_log_format(
- self.cfg.access_log_format))
+ self.cfg.access_log_format),
+ max_line_size=16380,
+ max_field_size=16380)
+ max_line_size=25600,
+ max_field_size=25600)
await runner.setup()
ctx = self._create_ssl_context(self.cfg) if self.cfg.is_ssl else None

Also available in: Unified diff