[tor-bugs] #29627 [Applications/Tor Launcher]: Moat: add support for obfsproxy's meek_lite
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri May 3 14:53:38 UTC 2019
#29627: Moat: add support for obfsproxy's meek_lite
---------------------------------------+--------------------------------
Reporter: mcs | Owner: brade
Type: defect | Status: needs_revision
Priority: Medium | Milestone:
Component: Applications/Tor Launcher | Version:
Severity: Normal | Resolution:
Keywords: TorBrowserTeam201905 | Actual Points:
Parent ID: #29430 | Points:
Reviewer: | Sponsor:
---------------------------------------+--------------------------------
Changes (by gk):
* status: needs_review => needs_revision
* keywords: TorBrowserTeam201905R => TorBrowserTeam201905
Comment:
Okay, I gave it another look. Just one final bit: You write
{{{
+ // If the encoded argument list is less than 255 bytes in
}}}
which seems correct to me, but then you do
{{{
+ if (this.mMeekClientEscapedArgs.length <= 255)
}}}
I guess you want `if (this.mMeekClientEscapedArgs.length < 255)` instead?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29627#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list