OSDN Git Service

OBEX: Handle GET operation properly
authorHemant Gupta <hemantg@codeaurora.org>
Fri, 30 May 2014 16:55:20 +0000 (22:25 +0530)
committerAndre Eisenbach <eisenbach@google.com>
Sat, 16 May 2015 01:19:19 +0000 (01:19 +0000)
commit50ba032f4a81155c5f10561d39a4f258a0e4f244
tree5e3c794e9a6c17d9d32512c88b8f9344969d3b20
parent89942588b7b89bd83c39e91236cafcc5f6775b5f
OBEX: Handle GET operation properly

This change handles GET operation properly whenever the
Input stream is getting aborted in between. Without this
patch it was observed that GET request was being sent by
DUT even when abort has been sent/received resulting
in IOT issues with some remote devices including PTS.

Change-Id: Idcb4ea04abb57353af5ab1fef050b3a36579892e
obex/javax/obex/ClientOperation.java