Changeset 41e5202 for protocols


Ignore:
Timestamp:
2006-05-18T16:50:06Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1b5ab36
Parents:
0eec386
Message:

Damn typo...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/http_client.c

    r0eec386 r41e5202  
    269269                req->reply_body = end1 + 2;
    270270       
    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;
    272272       
    273273        if( ( end1 = strchr( req->reply_headers, ' ' ) ) != NULL )
Note: See TracChangeset for help on using the changeset viewer.