Changeset 1773
- Timestamp:
- Apr 22, 2007, 3:05:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/http.c
r1678 r1773 449 449 450 450 if( tr_sprintf( EXPANDBUF( http->header ), " HTTP/1.1" CR LF 451 "Host: %s " CR LF451 "Host: %s:%d" CR LF 452 452 "User-Agent: %s/%d.%d%d" CR LF 453 453 "Connection: close" CR LF, 454 http->host, TR_NAME, VERSION_MAJOR, VERSION_MINOR, VERSION_MAINTENANCE ) )454 http->host, http->port, TR_NAME, VERSION_MAJOR, VERSION_MINOR, VERSION_MAINTENANCE ) ) 455 455 { 456 456 goto err;
Note: See TracChangeset
for help on using the changeset viewer.