OSDN Git Service

SSTPリクエストヘッダ中、Senderよりも前にCharsetが来ることが推奨される。
authorYune Kotomi <yune@users.sourceforge.jp>
Fri, 6 Aug 2004 15:38:14 +0000 (15:38 +0000)
committerYune Kotomi <yune@users.sourceforge.jp>
Fri, 6 Aug 2004 15:38:14 +0000 (15:38 +0000)
bottleclient/BottleSstp.pas

index 34c3f51..20246e9 100755 (executable)
@@ -256,11 +256,11 @@ begin
             Opt := Opt + 'nodescript';
           end;
           Source.Add('SEND SSTP/1.4');
+          Source.Add('Charset: Shift_JIS');
           if FProcessBottle.Ghost <> '' then
             Source.Add('Sender: SSTP Bottle / ' + FProcessBottle.Channel + '/' + FProcessBottle.Ghost)
           else
             Source.Add('Sender: SSTP Bottle / ' + FProcessBottle.Channel);
-          Source.Add('Charset: Shift_JIS');
           if FProcessBottle.Ghost <> '' then begin
             Source.Add('IfGhost: ' + FTargetSetName);
           end;