| Author |
What is the chunk size (in bytes) to be sent to client in IIS 6.0?
|
|
| Justin Chen 2004-02-18, 6:34 am |
| Thanks
Justin
| |
| David Wang [Msft] 2004-02-18, 6:33 pm |
| Arbitrary. It should not matter to a properly de-chunking client.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Justin Chen" <jianyong219@hotmail.com> wrote in message
news:uUuovWl9DHA.1472@TK2MSFTNGP11.phx.gbl...
Thanks
Justin
| |
| Justin Chen 2004-02-24, 7:34 am |
| Thanks. But I found the chunk size is 2k bytes unless the data is less than
that.
Justin
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:ONMiZcr9DHA.3436@tk2msftngp13.phx.gbl...
> Arbitrary. It should not matter to a properly de-chunking client.
>
> --
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Justin Chen" <jianyong219@hotmail.com> wrote in message
> news:uUuovWl9DHA.1472@TK2MSFTNGP11.phx.gbl...
> Thanks
> Justin
>
>
>
>
| |
| David Wang [Msft] 2004-02-25, 1:34 pm |
| As I had stated -- arbitrary. Trying to make such assumptions is only going
to guarantee crashes.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Justin Chen" <jianyong219@hotmail.com> wrote in message
news:u$ABdPx%23DHA.3232@TK2MSFTNGP10.phx.gbl...
Thanks. But I found the chunk size is 2k bytes unless the data is less than
that.
Justin
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:ONMiZcr9DHA.3436@tk2msftngp13.phx.gbl...
> Arbitrary. It should not matter to a properly de-chunking client.
>
> --
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Justin Chen" <jianyong219@hotmail.com> wrote in message
> news:uUuovWl9DHA.1472@TK2MSFTNGP11.phx.gbl...
> Thanks
> Justin
>
>
>
>
| |
| Justin Chen 2004-02-25, 3:34 pm |
| Thanks David. I didn't make my program depend on the assumption.
Justin
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:OOkuEd8%23DHA.3772@TK2MSFTNGP11.phx.gbl...
> As I had stated -- arbitrary. Trying to make such assumptions is only
going
> to guarantee crashes.
>
> --
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Justin Chen" <jianyong219@hotmail.com> wrote in message
> news:u$ABdPx%23DHA.3232@TK2MSFTNGP10.phx.gbl...
> Thanks. But I found the chunk size is 2k bytes unless the data is less
than
> that.
> Justin
>
> "David Wang [Msft]" <someone@online.microsoft.com> wrote in message
> news:ONMiZcr9DHA.3436@tk2msftngp13.phx.gbl...
> rights.
>
>
>
| |
| David Wang [Msft] 2004-02-26, 1:34 pm |
| Hmm... well, if you didn't make any assumptions, your filter wouldn't be
having problems (or caring about the response chunk size).
Even the 2k chunk size is an assumption, as that value can be configured.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Justin Chen" <jianyong219@hotmail.com> wrote in message
news:OWU3Iz9%23DHA.392@TK2MSFTNGP12.phx.gbl...
Thanks David. I didn't make my program depend on the assumption.
Justin
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:OOkuEd8%23DHA.3772@TK2MSFTNGP11.phx.gbl...
> As I had stated -- arbitrary. Trying to make such assumptions is only
going
> to guarantee crashes.
>
> --
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Justin Chen" <jianyong219@hotmail.com> wrote in message
> news:u$ABdPx%23DHA.3232@TK2MSFTNGP10.phx.gbl...
> Thanks. But I found the chunk size is 2k bytes unless the data is less
than
> that.
> Justin
>
> "David Wang [Msft]" <someone@online.microsoft.com> wrote in message
> news:ONMiZcr9DHA.3436@tk2msftngp13.phx.gbl...
> rights.
>
>
>
| |
| Justin Chen 2004-02-26, 3:34 pm |
| How to configure it then? I remembered IIS 5 has a PutReadSize property in
metabase, but not available in IIS 6.
BTW, are you from Mainland China?
Justin
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:e0JIvTJ$DHA.2800@tk2msftngp13.phx.gbl...
> Hmm... well, if you didn't make any assumptions, your filter wouldn't be
> having problems (or caring about the response chunk size).
>
> Even the 2k chunk size is an assumption, as that value can be configured.
>
> --
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Justin Chen" <jianyong219@hotmail.com> wrote in message
> news:OWU3Iz9%23DHA.392@TK2MSFTNGP12.phx.gbl...
> Thanks David. I didn't make my program depend on the assumption.
> Justin
> "David Wang [Msft]" <someone@online.microsoft.com> wrote in message
> news:OOkuEd8%23DHA.3772@TK2MSFTNGP11.phx.gbl...
> going
> rights.
> than
>
>
>
|
|
|
|