This struct converts a Message into chunks as defined in http://docs.graylog.org/en/latest/pages/gelf.html#chunked-gelf
It is an InputRange.
Convert a Message into chunks
In LDC 0.17.2, std.zlib.compress returns in const(void)[]. This ctor is the fix for now. Remove when LDC catches up.
Use this when you've converted a message to bytes. Use this after you have compressed your message
See Implementation
This struct converts a Message into chunks as defined in http://docs.graylog.org/en/latest/pages/gelf.html#chunked-gelf
It is an InputRange.