Changeset 41e5202
- Timestamp:
- 2006-05-18T16:50:06Z (19 years ago)
- Branches:
- master
- Children:
- 1b5ab36
- Parents:
- 0eec386
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/http_client.c
r0eec386 r41e5202 269 269 req->reply_body = end1 + 2; 270 270 271 req->body_size = req->reply_headers + bytes_read - req->reply_body;271 req->body_size = req->reply_headers + req->bytes_read - req->reply_body; 272 272 273 273 if( ( end1 = strchr( req->reply_headers, ' ' ) ) != NULL )
Note: See TracChangeset
for help on using the changeset viewer.