File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/com/koushikdutta/async/http/server Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >Scrypted -AndroidAsync</name >
3
+ <name >Gradle -AndroidAsync</name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
7
7
<buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
8
13
<buildCommand >
9
14
<name >com.android.ide.eclipse.adt.ResourceManagerBuilder</name >
10
15
<arguments >
29
34
<natures >
30
35
<nature >com.android.ide.eclipse.adt.AndroidNature</nature >
31
36
<nature >org.eclipse.jdt.core.javanature</nature >
37
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
32
38
</natures >
33
39
</projectDescription >
Original file line number Diff line number Diff line change 10
10
<arguments >
11
11
</arguments >
12
12
</buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
13
18
<buildCommand >
14
19
<name >com.android.ide.eclipse.adt.ResourceManagerBuilder</name >
15
20
<arguments >
29
34
<natures >
30
35
<nature >com.android.ide.eclipse.adt.AndroidNature</nature >
31
36
<nature >org.eclipse.jdt.core.javanature</nature >
37
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
32
38
</natures >
33
39
</projectDescription >
Original file line number Diff line number Diff line change @@ -192,6 +192,9 @@ protected void onEnd() {
192
192
193
193
@ Override
194
194
public void onCompleted (Exception e ) {
195
+ if (isSwitchingProtocols (res ))
196
+ return ;
197
+
195
198
requestComplete = true ;
196
199
super .onCompleted (e );
197
200
// no http pipelining, gc trashing if the socket dies
You can’t perform that action at this time.
0 commit comments