[web2py] Re: HTML error code 206, due to headers not set

2013-10-08 Thread Jayakumar Bellie
Is there any timeout settings? On Monday, October 7, 2013 9:31:52 PM UTC+5:30, Jayakumar Bellie wrote: > > I have also found if there is good internet speed, this problem does not > occur. It works fine with 8 Mbps connection. > > On Monday, October 7, 2013 11:15:43 AM UTC+5:30, Jayakumar Bellie

[web2py] Re: HTML error code 206, due to headers not set

2013-10-07 Thread Jayakumar Bellie
I have also found if there is good internet speed, this problem does not occur. It works fine with 8 Mbps connection. On Monday, October 7, 2013 11:15:43 AM UTC+5:30, Jayakumar Bellie wrote: > > I created a new application and just added > > {{=response.toolbar()}} > > In my view and check for

[web2py] Re: HTML error code 206, due to headers not set

2013-10-06 Thread Jayakumar Bellie
I created a new application and just added {{=response.toolbar()}} In my view and check for my response is headers:X-Powered-By:web2pylogo:*web2py*™ On Saturday, October 5, 2013 8:12:21 AM UTC+5:30, Massimo Di Pierro wrote: > > This is where the 206 status is set and

[web2py] Re: HTML error code 206, due to headers not set

2013-10-04 Thread Massimo Di Pierro
This is where the 206 status is set and looks to me the headers are set. Can anybody reproduce the problem? Can you show us the controller? On Friday, 4 October 2013 14:16:04 UTC-5, Niphlod wrote: > > if you get back only that header, something is wrong with your setup. > web2py adds a bunch of

[web2py] Re: HTML error code 206, due to headers not set

2013-10-04 Thread Niphlod
if you get back only that header, something is wrong with your setup. web2py adds a bunch of standard headers on every response. https://github.com/web2py/web2py/blob/master/gluon/main.py#L209 On Friday, October 4, 2013 9:12:22 AM UTC+2, Jayakumar Bellie wrote: > > Hi, > When my application loads