Github user maskit commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/642#discussion_r68702215 --- Diff: proxy/InkAPI.cc --- @@ -6249,12 +6249,12 @@ TSVConnFdCreate(int fd) vc->action_ = &a; vc->id = net_next_connection_number(); + vc->set_context(Net_VConnection_P2S); vc->submit_time = Thread::get_hrtime(); vc->set_is_transparent(false); vc->mutex = new_ProxyMutex(); if (vc->connectUp(this_ethread(), fd) != CONNECT_SUCCESS) { - vc->free(this_ethread()); --- End diff -- This line too. I don't understand why we need to remove this line to use the context, though I'm not so familiar with these area.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---