Patches
-
FIX: Defer
request
property mutations until a sub-group is actually called: 3120116, df98c4cPreviously, given a global logger, any
bware
-path would instantly mutate the request object. This means that the information is changed before any part of the loop begins.For example, when the global logger actually runs, the wrong URL/pathname is printed.
-
Tests: Chain
axios
deeply for easier debugging in the future: b0c9c6e -
Update README benchmarks after
polka.handler
changes: a9c8d4a