Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2008-07-16 00:15:32 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
26dd54708a4d116b910039c790623d74390a7fba
26dd5470
1 parent
3be57855
Fix memory leak
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
0 deletions
ASIHTTPRequest.m
asi-http-request.xcodeproj/ben.mode1v3
asi-http-request.xcodeproj/ben.pbxuser
ASIHTTPRequest.m
View file @
26dd547
...
...
@@ -437,6 +437,7 @@ static void ReadStreamClientCallBack(CFReadStreamRef readStream, CFStreamEventTy
}
else
if
(
uploadProgressDelegate
)
{
CFNumberRef
byteCount
=
(
CFNumberRef
)
CFReadStreamCopyProperty
(
readStream
,
kCFStreamPropertyHTTPRequestBytesWrittenCount
);
[
uploadProgressDelegate
setDoubleValue
:[(
NSNumber
*
)
byteCount
doubleValue
]
/
PROGRESS_INDICATOR_CHUNK_SIZE
];
CFRelease
(
byteCount
);
}
}
...
...
asi-http-request.xcodeproj/ben.mode1v3
View file @
26dd547
This diff is collapsed. Click to expand it.
asi-http-request.xcodeproj/ben.pbxuser
View file @
26dd547
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment