In file read.c:

int read_header(request * req)

Reads header data from a request socket

Documentation

Reads header data from a request socket. Manages the current status via a state machine (req->status).
Returns:
-1 is request blocked, 0 is request done, and 1 is more to do.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.