Commit 0e89f77e authored by 9731301's avatar 9731301

complete client networkPlaying

parent 3162db31
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="Insomnia:jar"> <artifact type="jar" name="Insomnia.jar">
<output-path>$PROJECT_DIR$/out/artifacts/Insomnia_jar</output-path> <output-path>$PROJECT_DIR$/out/artifacts/Insomnia_jar</output-path>
<root id="archive" name="Insomnia.jar"> <root id="archive" name="Insomnia.jar">
<element id="module-output" name="Insomnia" /> <element id="module-output" name="Insomnia" />
......
<component name="ArtifactManager">
<artifact name="Insomnia:jar">
<output-path>$PROJECT_DIR$/out/artifacts/Insomnia_nonui_jar</output-path>
<root id="root">
<element id="archive" name="Insomnia.jar">
<element id="directory" name="META-INF">
<element id="file-copy" path="$PROJECT_DIR$/src/nonui/META-INF/MANIFEST.MF" />
</element>
<element id="module-output" name="Insomnia" />
</element>
</root>
</artifact>
</component>
\ No newline at end of file
This diff is collapsed.
Manifest-Version: 1.0
Main-Class: com.insomnia.parser.Insomnia
...@@ -73,7 +73,7 @@ public class RequestLoader { ...@@ -73,7 +73,7 @@ public class RequestLoader {
} }
} }
if (data.isJson()){ if (data.isJson()){
content_type = "application/json; charset=UTF-8"; content_type = "application/json";
} }
con.setRequestProperty("Connection", "Keep-Alive"); con.setRequestProperty("Connection", "Keep-Alive");
con.setRequestProperty("Cache-Control", "no-cache"); con.setRequestProperty("Cache-Control", "no-cache");
......
Manifest-Version: 1.0
Main-Class: com.insomnia.parser.Insomnia
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment