h2-proxy: remove left-over mistake in drain_tunnel()
Left-over from 331b89a319
Reported-by: 南宫雪珊
Closes https://github.com/curl/curl/pull/11877
This commit is contained in:
parent
746dbc1488
commit
f6e5435cef
@ -233,7 +233,7 @@ static void drain_tunnel(struct Curl_cfilter *cf,
|
||||
bits = CURL_CSELECT_IN;
|
||||
if(!tunnel->closed && !tunnel->reset && tunnel->upload_blocked_len)
|
||||
bits |= CURL_CSELECT_OUT;
|
||||
if(data->state.dselect_bits != bits || 1) {
|
||||
if(data->state.dselect_bits != bits) {
|
||||
CURL_TRC_CF(data, cf, "[%d] DRAIN dselect_bits=%x",
|
||||
tunnel->stream_id, bits);
|
||||
data->state.dselect_bits = bits;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user