mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Bugfixes in rldp-http-proxy and http parser
This commit is contained in:
parent
4b940f8bad
commit
69cee95abb
4 changed files with 7 additions and 5 deletions
|
@ -42,10 +42,10 @@ td::Status HttpOutboundConnection::receive(td::ChainBufferReader &input) {
|
|||
answer_error(HttpStatusCode::status_bad_request, "", std::move(promise_));
|
||||
return td::Status::OK();
|
||||
}
|
||||
cur_response_ = R.move_as_ok();
|
||||
if (exit_loop) {
|
||||
return td::Status::OK();
|
||||
}
|
||||
cur_response_ = R.move_as_ok();
|
||||
}
|
||||
|
||||
if (cur_response_->code() == 100) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue