freak82 commented on issue #11374: URL: https://github.com/apache/trafficserver/issues/11374#issuecomment-2128486018
It seems to me that this version of the function `uint64_t read(const TSIOBufferReader &r, std::string &o, int64_t l = 0)` is called by `void Handler::data(const TSIOBufferReader r, const int64_t l)` where the `l` argument is passed to the `read` function. So, it seems that I can't remove it from there. Maybe I misunderstood what you wrote above? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
