[tor-bugs] #9069 [Flashproxy]: Set have_websocket_binary_frames for Firefox

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Nov 6 08:20:55 UTC 2013


#9069: Set have_websocket_binary_frames for Firefox
----------------------------+-------------------------------
     Reporter:  dcf         |      Owner:  dcf
         Type:  defect      |     Status:  needs_information
     Priority:  normal      |  Milestone:
    Component:  Flashproxy  |    Version:
   Resolution:              |   Keywords:  easy
Actual Points:              |  Parent ID:
       Points:              |
----------------------------+-------------------------------
Changes (by dcf):

 * status:  needs_review => needs_information


Comment:

 Replying to [comment:3 arlolra]:
 > Please see the attached.

 Can you explain this diff?
 {{{
 -    if (ua === null)
 +    if (ua == null)
 }}}
 If `ua` can be other than `null` but some other falsy value (what value?),
 I think I prefer to write it as
 {{{
 -    if (ua === null)
 +    if (!ua)
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9069#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list