Has anyone tried to capture a Chunked data (Transfer-Encoding=chunked)
through httpwebresponse?
When I try to read the stream from getresponsestream I get the following
error:
The chunk length was not valid
-Ron
"Ali Mazaheri,MCAD" <mc...@vb.net> wrote in message
news:OVWESBuk...@TK2MSFTNGP12.phx.gbl...
"Ron Alberda [MSFT]" <ron...@online.microsoft.com> wrote in message
news:%23unldIC...@TK2MSFTNGP12.phx.gbl...
--
Remove "user" from the email address to reply to the author.
This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Ali Mazaheri [MCAD]" <aemazahe...@NOSPAMhotmail.com> wrote in message
news:#qhjXLGm...@TK2MSFTNGP09.phx.gbl...
The default chunk size for Apache is 4096 bytes and we were getting this
error when the chunk being sent was 4139 bytes. So we dropped the chunk
size down to 3072 but that just seems to have shifted the problem to a
different size of bytes.
Any suggestions?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Please give detailed repro instructions. What is the size of the chunk that
is causing problems ?
feroze.
--
Remove "user" from the email address to reply to the author.
This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Eric Larson" <er...@4w.com> wrote in message
news:uDHjzHEt...@TK2MSFTNGP10.phx.gbl...