channel: call #consume after draining; some requests might be inflight and its buffering may be incomplete, this should get them going

This commit is contained in:
HoneyryderChuck 2017-12-12 21:32:16 +00:00
parent db7463d8fb
commit 5f88fd5ab7

View File

@ -94,6 +94,7 @@ module HTTPX
return if closed?
dread
dwrite
parser.consume
nil
end