Keep reading the input (either opened file descriptor fd, or socket sock, or SSL descriptor ssl) into buffer buf, until \r\n\r\n appears in the buffer (which marks the end of HTTP request). Buffer buf may already have some data. The length of the data is stored in nread. Upon every read operation, increase nread by the number of bytes read.
source not stored for this graph (policy: none)
no test coverage detected