T
Tristan
Hi,
I have a Javascript function in an asp.net page which is receiving the
results of an Ajax call. The responding page is giving back chunked data (by
adding a transfer-encoding header set to 'chunked' and removing the
content-length header). The only thing is I don't seem to be able to capture
the entity/body of the message which is coming in the chunks. Does anyone
have any ASP.net code to capture chunked data? I'm using the 2.0 framework on
IIS7.
Many Thanks in Advance,
TC
I have a Javascript function in an asp.net page which is receiving the
results of an Ajax call. The responding page is giving back chunked data (by
adding a transfer-encoding header set to 'chunked' and removing the
content-length header). The only thing is I don't seem to be able to capture
the entity/body of the message which is coming in the chunks. Does anyone
have any ASP.net code to capture chunked data? I'm using the 2.0 framework on
IIS7.
Many Thanks in Advance,
TC