a question about check_http
xcf733520 <[email protected]>
| Newsgroups | gmane.linux.keepalived.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi All, I can not understand these codes(v1.2.23 in check_http.c) as below: /* Handle read timeout */ if (thread->type == THREAD_WRITE_TIMEOUT) return timeout_epilog(thread, "Timeout WEB read"); why not "Timeout WEB write"? ------------------------------------------------------------------------------