From: Mike Frysinger Date: Sun, 1 Sep 2013 09:25:32 +0000 (-0400) Subject: tcp-client: allow caller to force pulling of more data X-Git-Tag: v3.0~11 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fmusic-player-client.git;a=commitdiff_plain;h=0a3a435e6ad8fcd1232675e09a07baa73be09497;hp=0a3a435e6ad8fcd1232675e09a07baa73be09497 tcp-client: allow caller to force pulling of more data When we get a burst of data that fills up the buffer, we don't want to delay 500 msecs for the buffer to refill. So let the caller force a fresh pull of data when it knows it is expecting more. ---