Kitura/Kitura#1465 was raised to track a bug in curl relating to receiving a response with a chunked encoding, which broke in curl 7.57 and was fixed in curl 7.59, but which is shipped in Ubuntu 18.04 (ships curl 7.58).
We need to validate that the 7.59 fix does actually resolve the problem we have with ClientRequest and the duplicate callbacks.