Subject: [boost] [beast] Chunking example
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-07-02 12:41:49


How would an example of receiving a chunked transfer using the
synchronous API look? In pseudo-code, I want to do as follows:

   establish connection
   while not closed
     read chunk
     print chunk