iproto: rework queue of pending requests in stream.
Currently first element in queue of pending requests in stream is a request which was pushed to tx thread for processing. In this patch special pointer to this request (stream->current) was implemented and queue of pending requests now really contains only pending requests.
Please register or sign in to comment