Yegor Bugayenko
Yegor Bugayenko
_migrated from Trac, where originally posted by **yegor256** on 29-Apr-2010 4:41am_ the problem is in r472. this change leaded to the problem explained, my fault.
_migrated from Trac, where originally posted by **yegor256** on 29-Apr-2010 4:45am_ In [480]: ``` #CommitTicketReference repository="" revision="480" refs #57 - temporary fix of the defect ```
_migrated from Trac, where originally posted by **yegor256** on 29-Apr-2010 4:45am_ I made a temporary fix of the defect. Adrian, maybe you know why it happens?
_migrated from Trac, where originally posted by **netcoderpl** on 29-Apr-2010 10:34am_ Could you send me complete server response with headers for this front page? Is this bug independent from browser...
_migrated from Trac, where originally posted by **yegor256** on 29-Apr-2010 12:02pm_ Response headers: ``` Connection:keep-alive Content-Type:application/xhtml+xml Date:Thu, 29 Apr 2010 12:00:14 GMT Server:nginx Transfer-Encoding:Identity X-Powered-By:PHP/5.2.11 ``` The problem exists both...
_migrated from Trac, where originally posted by **netcoderpl** on 29-Apr-2010 3:42pm_ Its look that your server send a deprecated Transfer-Encoding value "identity" http://www.iana.org/assignments/http-parameters ``` identity (withdrawn in errata to RFC...
_migrated from Trac, where originally posted by **yegor256** on 29-Apr-2010 4:24pm_ Maybe we should set this header explicitly to `chunked` and it will solve the problem?
_migrated from Trac, where originally posted by **yegor256** on 29-Apr-2010 4:31pm_ Headers on another server (also has the same problem): ``` Connection:close Content-Type:application/xhtml+xml Date:Thu, 29 Apr 2010 16:31:15 GMT Server:Apache/2.0.52...
_migrated from Trac, where originally posted by **netcoderpl** on 29-Apr-2010 8:29pm_ Explicitly setting this value to `chunked` doesn't help, because it should be applied on server level. When I do...
_migrated from Trac, where originally posted by **yegor256** on 30-Apr-2010 4:43am_ I will email you login and password to the server.