This repository was archived by the owner on Mar 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/android/src/main/java/com/RNFetchBlob Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Thank you for making a pull request ! Just a gentle reminder :)
2
2
3
- 1. If the PR is offering a feature please make the request to our "Feature Branch" 0.10 .0
4
- 2. Bug fix request to "Bug Fix Branch" 0.10.0
3
+ 1. If the PR is offering a feature please make the request to our "Feature Branch" 0.11 .0
4
+ 2. Bug fix request to "Bug Fix Branch" 0.10.1
5
5
3. Correct README.md can directly to master
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : " node node_modules/react-native/local-cli/cli.js start" ,
8
8
"update-info" : " sh scripts/contributors.sh" ,
9
- "test" : " sh test.sh"
9
+ "test" : " sh ./scrips/ test.sh"
10
10
},
11
11
"devDependencies" : {
12
12
"body-parser" : " ^1.15.0" ,
32
32
" smartt <github@eriksmartt.com>" ,
33
33
" "
34
34
]
35
- }
35
+ }
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ private File createMultipartBodyCache() throws IOException {
235
235
}
236
236
// data field
237
237
else {
238
- header += "Content-Disposition: form-data; name=" + name + "\r \n " ;
238
+ header += "Content-Disposition: form-data; name=\" " + name + " \ "\r \n " ;
239
239
header += "Content-Type: " + field .mime + "\r \n \r \n " ;
240
240
os .write (header .getBytes ());
241
241
byte [] fieldData = field .data .getBytes ();
You can’t perform that action at this time.
0 commit comments