maskit opened a new pull request #8609: URL: https://github.com/apache/trafficserver/pull/8609
Using `Http1ClientTransaction` as an event hander (in other words, passing it to `do_io_read` as a continuation) does not make sense because it does not have code for event handling. The point of this `do_io_read` seems to be passing 0 and nullptr as the 2nd and 3rd argument, but not changing the continuation, and the original continuation here is probably always HttpSM. This closes #8604. -- 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]
