masaori335 opened a new pull request #6962:
URL: https://github.com/apache/trafficserver/pull/6962


   Remove the first 2 args of `Http2Stream::update_write_request(IOBufferReader 
*buf_reader, int64_t write_len, bool call_update)`.
   
   1. `IOBufferReader *buf_reader`: this is only used for nullptr check in the 
beginning, but it's equivalent to nullptr check of  `write_vio.get_reader()`
   2. `int64_t write_len`: this is used for checking the available data size of 
`write_vio` buffer. After #5901, checking `ntodo()` & read avail size from 
IOBufferReader looks enough.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to