[cvs] commit: framework/Browser Browser.php

Michael M Slusarz slusarz at curecanti.org
Sat Dec 10 17:34:46 PST 2005


slusarz     2005-12-10 17:34:46 PST

  Modified files:
    Browser              Browser.php 
  Log:
  I can't remember why we disabled Content-length for HTTP 1.1 servers.  But
  the RFC (and browsers) expect this information.  According to RFC 2616 [4.4(3)],
  the only time you would not send a Content-Length header is if the
  Content-Transfer-Encoding header is sent.  Since we control the headers being
  output in downloadHeaders(), and we don't send this header, we should be
  sending the Content-Length header.
  
  Revision  Changes    Path
  1.194     +3 -4      framework/Browser/Browser.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Browser/Browser.php?r1=1.193&r2=1.194&ty=u


More information about the cvs mailing list