Changeset 05317e179c8983f3e4677b85316332c99f0ae939
- 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
| r7aae9a0 |
r05317e1 |
|
| 26 | 26 | handler.send_header('Content-Type', 'video/x-tivo-mpeg') |
|---|
| 27 | 27 | handler.send_header('Transfer-Encoding', 'chunked') |
|---|
| 28 | | handler.send_header('Server', 'TiVo Server/1.4.257.475') |
|---|
| 29 | 28 | handler.end_headers() |
|---|
| 30 | 29 | handler.wfile.write("\x30\x0D\x0A") |
|---|