bluez/obexd
Luiz Augusto von Dentz b458fd41c2 obexd: Fix treating PUT with Body header as delete
Requests have the size set to OBJECT_SIZE_DELETE but if the request has
a body header the size should be set to OBJECT_SIZE_UNKNOWN as it no
longer can be considered a delete request:

  "3.4.3.6 Put-Delete and Create-Empty Methods

   A PUT operation with NO Body or End-of-Body headers whatsoever should
   be treated as a delete request."
2014-04-23 17:55:15 +03:00
..
client obexd/client: Fix calling g_obex_cancel_req for completed requests 2014-04-08 16:27:49 +03:00
plugins pbap: Fix PhonebookSize endianness 2014-02-05 13:19:06 +02:00
src obexd: Fix treating PUT with Body header as delete 2014-04-23 17:55:15 +03:00