Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
b5e5826c
Commit
b5e5826c
authored
Nov 01, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTTP Uploader: cosmetics
parent
5ad8a921
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AspenProject/VLCHTTPUploaderController.m
AspenProject/VLCHTTPUploaderController.m
+2
-2
No files found.
AspenProject/VLCHTTPUploaderController.m
View file @
b5e5826c
...
...
@@ -223,7 +223,7 @@
-
(
void
)
processBodyData
:(
NSData
*
)
postDataChunk
{
/* append data to the parser. It will invoke callbacks to let us handle
/
* parsed data. */
* parsed data. */
[
_parser
appendData
:
postDataChunk
];
}
...
...
@@ -235,7 +235,7 @@
-
(
void
)
processStartOfPartWithHeader
:(
MultipartMessageHeader
*
)
header
{
/* in this sample, we are not interested in parts, other then file parts.
/
* check content disposition to find out filename */
* check content disposition to find out filename */
MultipartMessageHeaderField
*
disposition
=
(
header
.
fields
)[
@"Content-Disposition"
];
NSString
*
filename
=
[(
disposition
.
params
)[
@"filename"
]
lastPathComponent
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment