libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] sending with chunked encoding


From: Eivind Sarto
Subject: [libmicrohttpd] sending with chunked encoding
Date: Tue, 22 Feb 2011 19:53:16 -0500

Christian,

I am looking at the code (0.9.5) for chunked encoding.  When creating a 
callback with MHD_SIZE_UNKNOWN, the
library sets
   connection->have_chunked_response=MHD_YES
but the state machine never checks this variable.

It looks like it uses connection->have_chunked_upload to flag that it is 
sending with a chunked encoding.
Is that right, or am I just confused?

-eivind


reply via email to

[Prev in Thread] Current Thread [Next in Thread]