is there buffered data available, optimization to remove iteration on buffer
| 1563 | |
| 1564 | // is there buffered data available, optimization to remove iteration on buffer |
| 1565 | bool SSL::HasData() const |
| 1566 | { |
| 1567 | return has_data_; |
| 1568 | } |
| 1569 | |
| 1570 | |
| 1571 | void SSL::addData(input_buffer* data) |