Closed kornelski closed 8 years ago
Global state variable is overwritten when multiple requests are created, and causes end() to see last-used route, rather than the correct one.
state
end()
Coverage increased (+2.4%) to 100.0% when pulling 5bf8b24b7b60b22e1d16c4e4b8ec62903c3a9888 on pornel:master into 4c49a5e5aaae2db34de58efde99891b1195d7316 on A:master.
Wow! Great work! How I didn't find this nice solution? Thank you! :D
Global
state
variable is overwritten when multiple requests are created, and causesend()
to see last-used route, rather than the correct one.