Searched defs:httprequest (Results 1 – 2 of 2) sorted by relevance
99 struct httprequest { struct100 char reqbuf[REQBUFSIZ]; /* buffer area for the incoming request */101 size_t checkindex; /* where to start checking of the request */102 size_t offset; /* size of the incoming request */126 static int ProcessRequest(struct httprequest *req); argument
100 struct httprequest { struct101 char reqbuf[REQBUFSIZ]; /* buffer area for the incoming request */102 bool connect_request; /* if a CONNECT */103 unsigned short connect_port; /* the port number CONNECT used */104 size_t checkindex; /* where to start checking of the request */105 size_t offset; /* size of the incoming request */106 long testno; /* test number found in the request */107 long partno; /* part number found in the request */108 bool open; /* keep connection open info, as found in the request */109 bool auth_req; /* authentication required, don't wait for body unless[all …]