| 714 | still_running = 1; |
| 715 | } |
| 716 | void CURLConnection2::removeFormMulti() |
| 717 | { |
| 718 | if (still_running) { |
| 719 | mMulti->removeHandle(this); |
| 720 | } |
| 721 | } |
| 722 | void CURLConnection2::deleteFormMulti() |
| 723 | { |
| 724 | mMulti->deleteHandle(this); |
no test coverage detected