In file get.c:

int process_get(request * req)

Writes a chunk of data to the socket

Documentation

Writes a chunk of data to the socket.
Returns:
-1 is request blocked, move to blocked queue. 0 is EOF or error, close it down. 1 is successful write, recycle in ready queue.

Alphabetic index Hierarchy of classes



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