Skip to content

Commit b0fbce2

Browse files
committed
Merge pull request silkimen#504 from ciknowles/bugfix-482
Update CordovaHttpBase.java - Bugfix 482, omit Accept-Charset header
1 parent a4ff5a3 commit b0fbce2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/android/com/silkimen/cordovahttp/CordovaHttpBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ protected HttpRequest createRequest() throws JSONException {
123123
protected void prepareRequest(HttpRequest request) throws JSONException, IOException {
124124
request.followRedirects(this.followRedirects);
125125
request.readTimeout(this.timeout);
126-
request.acceptCharset("UTF-8");
127126
request.uncompress(true);
128127
HttpRequest.setConnectionFactory(new OkConnectionFactory());
129128

0 commit comments

Comments
 (0)