projectatomic / commissaire-http

Commissaire HTTP server
GNU General Public License v3.0
3 stars 7 forks source link

dispatcher: Add setup_bus() method. #57

Closed mbarnes closed 7 years ago

mbarnes commented 7 years ago

CommissaireHttpServer doesn't do anything with its Bus instance except hand it off to the Dispatcher, so let the Dispatcher set up its own Bus instance and own it.

Follow-up from https://github.com/projectatomic/commissaire-http/pull/47, I think this is cleaner.