Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

httpwebresponse and getting Chunk length was not valid error

2 views
Skip to first unread message

Ali Mazaheri,MCAD

unread,
Oct 15, 2003, 1:52:31 AM10/15/03
to
Hi there,

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 Alberda [MSFT]

unread,
Oct 21, 2003, 6:24:37 PM10/21/03
to
What kind of server is it? Are you able to go to the site with Internet
Explorer or any other web browser?

-Ron

"Ali Mazaheri,MCAD" <mc...@vb.net> wrote in message
news:OVWESBuk...@TK2MSFTNGP12.phx.gbl...

Ali Mazaheri [MCAD]

unread,
Oct 22, 2003, 2:09:34 AM10/22/03
to
Yes, it's Appachi. I try to capture the stream from a video server.

"Ron Alberda [MSFT]" <ron...@online.microsoft.com> wrote in message
news:%23unldIC...@TK2MSFTNGP12.phx.gbl...

Feroze [MSFT]

unread,
Nov 6, 2003, 3:25:31 PM11/6/03
to
If it is a public server/uri, you can send us the location of that and we
can see what is wrong with it.

--
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...

Eric Larson

unread,
Nov 26, 2003, 12:23:03 PM11/26/03
to
Was this ever resolved? We have the same problem (on a non-public site)
on Apache.

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!

Feroze [MSFT]

unread,
Dec 17, 2003, 7:25:07 PM12/17/03
to
I have tested with apache, and never had a problem with chunk sizes. What
build of the framework are you using ? Is this server publicly accessible ?

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...

0 new messages