Skip to content
  • Thiago Santos's avatar
    souphttpsrc: reduce reading latency by using non-blocking read · 88167641
    Thiago Santos authored
    Non-blocking read will return the amount of data available without
    blocking to wait for the full requested size.
    
    The downside is that now it souphttpsrc needs to have a waiting
    mechanism in case there is no data available yet to avoid busy
    looping arond the inputstream.
    88167641