summaryrefslogtreecommitdiff
path: root/osdep/Http.hpp
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2015-04-24 16:48:48 -0700
committerGrant Limberg <glimberg@gmail.com>2015-04-24 16:48:48 -0700
commit0f808e11df8646e82eb3e178896dc8d88f8d79d3 (patch)
treea09e8c27911f73e65ab2ec0ef0068d143d89a72c /osdep/Http.hpp
parent1a65a79e57521a0d20d6a2c6d18ab8cf169fcd50 (diff)
parentce09e363dc95d801e8707a29a0d585089d6c3d09 (diff)
downloadinfinitytier-0f808e11df8646e82eb3e178896dc8d88f8d79d3.tar.gz
infinitytier-0f808e11df8646e82eb3e178896dc8d88f8d79d3.zip
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'osdep/Http.hpp')
-rw-r--r--osdep/Http.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Http.hpp b/osdep/Http.hpp
index a1882add..86759ad2 100644
--- a/osdep/Http.hpp
+++ b/osdep/Http.hpp
@@ -89,7 +89,7 @@ public:
*
* @return HTTP status code or 0 on error (responseBody will contain error message)
*/
- static inline unsigned int DELETE(
+ static inline unsigned int DEL(
unsigned long maxResponseSize,
unsigned long timeout,
const struct sockaddr *remoteAddress,