diff options
author | Kirill Zorin <cyril.zorin@gmail.com> | 2011-06-16 20:15:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-16 20:15:53 +0200 |
commit | 6ec2fd5f77d5c5a3d569978cc6f099af15d25fba (patch) | |
tree | 6aaef6c009d68e0f91b852f91d5674b4db709e51 /libavcodec/dxva2_mpeg2.c | |
parent | 7a02527b05e2ae5ffab579062dbe3c888758335f (diff) | |
download | ffmpeg-6ec2fd5f77d5c5a3d569978cc6f099af15d25fba.tar.gz |
mmsh: fix 400 bad request
There is no need to write two HTTP newlines (\r\n) into "headers",
because http_connect (in http.c) already appends one HTTP newline at
the end of the given headers chunk, which would result in sending
three HTTP newlines after the headers. Most of the time it's okay
(although not RFC-conforming), but many proxy servers and the
occasional strict httpd will puke with a "400 bad request".
Diffstat (limited to 'libavcodec/dxva2_mpeg2.c')
0 files changed, 0 insertions, 0 deletions