Changeset 05317e179c8983f3e4677b85316332c99f0ae939

Show
Ignore:
Timestamp:
01/27/08 09:35:19 (1 year ago)
Author:
William McBrine <wmcbrine@gmail.com>
git-committer:
William McBrine <wmcbrine@gmail.com> 1201448119 -0500
git-parent:

[ea215f2359e92a5adb616d6450875a0b0f5c7311]

git-author:
William McBrine <wmcbrine@gmail.com> 1201448119 -0500
Message:

The extra "Server:" line is not needed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/video/video.py

    r7aae9a0 r05317e1  
    2626            handler.send_header('Content-Type', 'video/x-tivo-mpeg') 
    2727            handler.send_header('Transfer-Encoding', 'chunked') 
    28             handler.send_header('Server', 'TiVo Server/1.4.257.475') 
    2928            handler.end_headers() 
    3029            handler.wfile.write("\x30\x0D\x0A")