On Mon, Nov 10, 2014 at 4:37 AM, Kunal Kulshrestha < [email protected]> wrote:
> Hi Sergey, > > We used curl to fetch data(response) from external server over http > protocol and use mongoose mg_send_data or mg_send_header to send the > headers back to client. The question is how to make sure of sending http > chunked transfers to client if the response from the forwarded server is > chunked. > Thanks Kunal. My understanding is that you'd get chunks from curl which you'd like to forward to the client. Is that correct? -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.
