Go to the source code of this file.
Defines | |
#define | REQ_LENGTH 1024 |
Functions | |
int | check_dwp (Port_T p) |
We send the following request to the server: 'HEAD / HTTP/1.1' and check the server's status code.
If the status code is >= 400, an error has occurred. Return TRUE if the status code is 200, otherwise FALSE.
Definition in file dwp.c.
|
|
|
Definition at line 63 of file dwp.c. References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR. |