mirror of
https://github.com/openbullet/openbullet.git
synced 2023-10-21 07:33:42 -05:00
Moved SECPROTO above headers and cookies in REQUEST LS
This commit is contained in:
@@ -330,6 +330,14 @@ namespace RuriLib
|
||||
break;
|
||||
}
|
||||
|
||||
if (SecurityProtocol != SecurityProtocol.SystemDefault)
|
||||
{
|
||||
writer
|
||||
.Indent()
|
||||
.Token("SECPROTO")
|
||||
.Token(SecurityProtocol, "SecurityProtocol");
|
||||
}
|
||||
|
||||
foreach (var c in CustomCookies)
|
||||
{
|
||||
writer
|
||||
@@ -346,14 +354,6 @@ namespace RuriLib
|
||||
.Literal($"{h.Key}: {h.Value}");
|
||||
}
|
||||
|
||||
if (SecurityProtocol != SecurityProtocol.SystemDefault)
|
||||
{
|
||||
writer
|
||||
.Indent()
|
||||
.Token("SECPROTO")
|
||||
.Token(SecurityProtocol, "SecurityProtocol");
|
||||
}
|
||||
|
||||
if (ResponseType == ResponseType.File)
|
||||
{
|
||||
writer
|
||||
|
||||
Reference in New Issue
Block a user