+15 January 2018: Wouter
+ - In the out of order processing, reset byte count for (potential)
+ partial read.
+
14 January 2018: Wouter
- streamtcp option -a send queries consecutively and prints answers
as they arrive.
tcp_req_info_handle_read_close(struct tcp_req_info* req)
{
verbose(VERB_ALGO, "tcp channel read side closed %d", req->cp->fd);
+ /* reset byte count for (potential) partial read */
+ req->cp->tcp_byte_count = 0;
/* if we still have results to write, pick up next and write it */
if(req->num_done_req != 0) {
tcp_req_pickup_next_result(req);