Searched defs:_http_s (Results 1 – 1 of 1) sorted by relevance
277 struct _http_s /**** HTTP connection structure ****/ struct279 int fd; /* File descriptor for this socket */280 int blocking; /* To block or not to block */281 int error; /* Last error on read */282 time_t activity; /* Time since last read/write */283 http_state_t state; /* State of client */284 http_status_t status; /* Status of last request */285 http_version_t version; /* Protocol version */286 http_keepalive_t keep_alive; /* Keep-alive supported? */287 struct sockaddr_in _hostaddr; /* Address of connected host (deprecated) */[all …]