a-canary edited a comment on pull request #6950:
URL: https://github.com/apache/trafficserver/pull/6950#issuecomment-651172528


   I intended to create 3 states here for each variable. Maybe I should have 
been more explicit. 
   1. Initial state:                            `url_str{nullptr), str_len{0}`
   2. `Validate_*_url()` succeeded: `url_str{buf_ptr}, str_len{#>0}`
   3. `Validate_*_url()` failed:          `url_str{'INVALID_STR'}, str_len{0}`
   
   before d0e9277 it confused the third state with the other two.
   For more info see #2102


----------------------------------------------------------------
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