Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > receiving chunked transfer-encoded data

Reply
Thread Tools

receiving chunked transfer-encoded data

 
 
Tristan
Guest
Posts: n/a
 
      05-28-2009
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

--
Managing knowledge is just as important as managing technology.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Handling chunked data with HttpURLConnection Giuseppe Bonaccorso Java 1 10-21-2006 11:47 PM
Can you stream HTTP chunked data to Apache? alan.snyder@gmail.com Java 6 09-04-2006 08:30 AM
Chunked GZIP processing using Java Sockets aztechnology@gmail.com Java 10 03-29-2006 07:26 AM
HttpURLConnection receiving chunked encoded responses d_cymbal@hotmail.com Java 0 04-13-2005 09:02 PM
transfer encoding: chunked CW ASP .Net 0 02-15-2005 09:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57