• Joel Martin's avatar
    Tolerate some bufferedAmount. · 8b502df2
    Joel Martin authored
    Only delay sending data if bufferedAmount is greater than 1000.
    
    This seems to match the intention of the spec better. bufferedAmount
    does not mean that we can't send, it's just an indication that the
    network is becoming saturated. But Opera 11 native WebSockets seems to
    have a bug that bufferedAmount isn't set back to zero correctly so
    we'll be a bit more tolerant.
    8b502df2
Name
Last commit
Last update
docs Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...