| 8646 | } |
| 8647 | |
| 8648 | bool |
| 8649 | HttpSM::is_private() const |
| 8650 | { |
| 8651 | bool res = false; |
| 8652 | if (will_be_private_ss) { |
| 8653 | res = will_be_private_ss; |
| 8654 | } |
| 8655 | return res; |
| 8656 | } |
| 8657 | |
| 8658 | // check to see if redirection is enabled and less than max redirections tries or if a plugin enabled redirection |
| 8659 | inline bool |
no outgoing calls
no test coverage detected