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
2009-03-23 23:23:15 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c68515e7e42c3598d35d10fc3d84b7b575dff2e
5c68515e
1 parent
c3d3b3e3
Fixed (ta!) [#1 state:resolved]
I wonder if this lighthouse integration will work...
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Classes/ASIHTTPRequest.m
Classes/ASIHTTPRequest.m
View file @
5c68515
...
...
@@ -145,6 +145,7 @@ static NSError *ASIUnableToCreateRequestError;
-
(
void
)
setPostBody
:
(
NSData
*
)
body
{
[
postBody
release
];
postBody
=
[
body
retain
];
postLength
=
[
postBody
length
];
[
self
addRequestHeader
:
@"Content-Length"
value
:[
NSString
stringWithFormat
:
@"%llu"
,
postLength
]];
...
...
Please
register
or
login
to post a comment