mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* the dispatch span actually encloses dispatch and gives an accurate span now * turning a call into an http request can't fail unless it's our fault, if tests don't catch this, we don't deserve money * moved http req creation inside of dispatch goroutine there's further work to do cleaning up dispatch... removing the old formats will make this slightly more clear, waiting for that. this was bugging me anyway after seeing something else and was easy to fix up.