SessionInputBuffer and SOCKET_BUFFER_SIZE

2009-08-22 Thread Asankha C. Perera
Hi All If I understand correctly the SOCKET_BUFFER_SIZE parameter specifies the size of the SessionInputBuffer. However the SessionInputBuffer is simply used to read the header of a http message (i.e. the request line and http headers) - and never intended to read the entity body / payload. If so

Re: SessionInputBuffer and SOCKET_BUFFER_SIZE

2009-08-24 Thread Oleg Kalnichevski
On Sat, Aug 22, 2009 at 09:44:00PM +0530, Asankha C. Perera wrote: > Hi All > > If I understand correctly the SOCKET_BUFFER_SIZE parameter specifies the > size of the SessionInputBuffer. However the SessionInputBuffer is simply > used to read the header of a http message (i.e. the request line and

Re: SessionInputBuffer and SOCKET_BUFFER_SIZE

2009-08-24 Thread Asankha C. Perera
Hi Oleg >> If I understand correctly the SOCKET_BUFFER_SIZE parameter specifies the >> size of the SessionInputBuffer. However the SessionInputBuffer is simply >> used to read the header of a http message (i.e. the request line and >> http headers) - and never intended to read the entity body / pay