summary refs log tree commit diff
path: root/changelog.d/6950.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.0rc1Richard van der Hoff2020-02-191-1/+0
|
* Tiny optimisation for _get_handler_for_request (#6950)Richard van der Hoff2020-02-191-0/+1
we have hundreds of path_regexes (see #5118), so let's not convert the same bytes to str for each of them.