Title: Set content-type and content-length header for Http Subscription request
Description:
Since in here:
|
request.body().reset(new Buffer::OwnedImpl(MessageUtil::getJsonStringFromMessage(request_))); |
the body is known as JSON and the length is also known, I think it is better to have the content-type and content-length set.