GitOrigin-RevId: c582a3dea47233610427cc74e1c26e15b417288e
This commit is contained in:
Arseny Smirnov 2019-07-02 17:49:21 +02:00
parent 8a4402e0b1
commit ef595735b4

View File

@ -374,7 +374,7 @@ Status TlsInit::wait_hello_response() {
it.advance(skip_size);
}
auto response = fd_.input_buffer().cut_head(it.begin().clone()).read_as_buffer_slice();
auto response = fd_.input_buffer().cut_head(it.begin().clone()).move_as_buffer_slice();
auto response_rand_slice = response.as_slice().substr(11, 32);
auto response_rand = response_rand_slice.str();
std::fill(response_rand_slice.begin(), response_rand_slice.end(), '\0');