Skip to content

Commit

Permalink
Merge branch 'CL-143'
Browse files Browse the repository at this point in the history
  • Loading branch information
geremy cohen committed Aug 26, 2012
2 parents 43f7927 + e6832a5 commit 56e0c15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified j2me/libs/async-http.jar
Binary file not shown.
1 change: 1 addition & 0 deletions j2me/src/pubnub/Pubnub.java
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ private void _request(Vector url_components, final String channel) {
_headers.put("V", "3.1");
_headers.put("User-Agent", "J2ME");
_headers.put("Accept-Encoding", "gzip");
_headers.put("Connection", "close"); //For Close Connection immediate


HttpCallback callback = new HttpCallback(url.toString(), _headers, request_for) {
Expand Down

0 comments on commit 56e0c15

Please sign in to comment.