Re: [PATCH] Split httpserver module into multiple modules to

2017-07-09 Thread Nadav Har'El
On Sat, Jul 8, 2017 at 2:14 AM, Waldek Kozaczuk wrote: > Thanks for the review. > > Overall I will send updated patch once you answer my questions which I > posed in my comments below. The main concern is related to config.json. > > Please find my replies to your comments inlined below. > > On Tu

Re: [PATCH] Split httpserver module into multiple modules to

2017-06-20 Thread Waldek Kozaczuk
I have conducted thorough tests of all modules affected by this changes that I am aware of. The only exception is cloud-init which builds fine but I have no idea if it still works properly with modularized httpserver. Sent from my iPhone > On Jun 20, 2017, at 23:29, Waldemar Kozaczuk wrote: >

[PATCH] Split httpserver module into multiple modules to

2017-06-20 Thread Waldemar Kozaczuk
Following changes are part of this patch: - Split httpserver into httpserver-core, httpserver-api and httpserver modules. The httpserver-core module provides httpserver functionality with ability to serve static content as well as extension mechanism to dynamically load plugins. The httpserve