| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-02-07 | 658 Bytes | |
| v0.3.2 source code.tar.gz | 2018-02-07 | 165.3 kB | |
| v0.3.2 source code.zip | 2018-02-07 | 196.3 kB | |
| Totals: 3 Items | 362.3 kB | 0 | |
Patches
-
FIX: Defer
requestproperty 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
axiosdeeply for easier debugging in the future: b0c9c6e -
Update README benchmarks after
polka.handlerchanges: a9c8d4a
Examples
-
Added
examples/with-morgan: e8240a6Illustrates the fix in 3120116, preventing regressions.