Home | Sort by: relevance | last modified time | path |
/src/share/examples/refuse/ian/libfetch/ | |
http.c | 239 char endl[2]; local in function:_http_fillbuf 241 if (_fetch_read(io->conn, endl, 2) != 2 || 242 endl[0] != '\r' || endl[1] != '\n') |
http.c | 239 char endl[2]; local in function:_http_fillbuf 241 if (_fetch_read(io->conn, endl, 2) != 2 || 242 endl[0] != '\r' || endl[1] != '\n') |