Skip to content

Commit d33f665

Browse files
committed
remove the buffer reader from the consumer's vc
1 parent 2503739 commit d33f665

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

proxy/http/HttpSM.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,6 +3498,11 @@ HttpSM::tunnel_handler_100_continue_ua(int event, HttpTunnelConsumer *c)
34983498
// real response header is received
34993499
ua_entry->in_tunnel = false;
35003500
c->write_success = true;
3501+
3502+
// remove the buffer reader from the consumer's vc
3503+
if (c->vc != nullptr) {
3504+
c->vc->do_io_write();
3505+
}
35013506
}
35023507

35033508
return 0;

0 commit comments

Comments
 (0)