summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-uvicorn_0.42.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-uvicorn: upgrade 0.41.0 -> 0.42.0Wang Mingyu7 days1-0/+32
Changelog: =========== - Use bytearray for request body accumulation to avoid O(n^2) allocation on fragmented bodies - Escape brackets and backslash in httptools HEADER_RE regex - Fix multiple issues in websockets sans-io implementation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>