ques / beer-media-server2

Automatically exported from code.google.com/p/beer-media-server2
0 stars 0 forks source link

HEADなのに中身を送信してしまう #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
HEADなのに中身を送信してしまうようです
BEER Media Server Mod k 1.2.130211.24 に書かれていた不具合ですが
2.0系でも影響がありそうなので報告しておきます

What version of the product are you using? On what operating system?
Version 2.0.130212

Please provide any additional information below.

Original issue reported on code.google.com by voc...@gmail.com on 13 Feb 2013 at 10:13

GoogleCodeExporter commented 9 years ago
DoPlay関数やDoPlayTranscode関数内での話でしょうか?
もう少し情報をいただけないと直しようがないです。

Original comment by malcome...@gmail.com on 13 Feb 2013 at 12:48

GoogleCodeExporter commented 9 years ago
すみません、省略しすぎました
THttpThrd.Executeの中です
if UpperCase(protocol) = 'HEAD' then OutputData.Clear;
となっているところを
if UpperCase(method) = 'HEAD' then OutputData.Clear;
とすべきなのかなと

Original comment by voc...@gmail.com on 13 Feb 2013 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by malcome...@gmail.com on 13 Feb 2013 at 9:43

GoogleCodeExporter commented 9 years ago
Version 2.0.130525で対処しました。

Original comment by malcome...@gmail.com on 25 May 2013 at 1:12