summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot_http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ot_http.c b/ot_http.c
index 2d86ac1..cd856d1 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -39,7 +39,6 @@ ssize_t g_stats_path_len;
39 39
40enum { 40enum {
41 SUCCESS_HTTP_HEADER_LENGTH = 80, 41 SUCCESS_HTTP_HEADER_LENGTH = 80,
42 SUCCESS_HTTP_HEADER_LENGTH_CONTENT_ENCODING = 32,
43 SUCCESS_HTTP_SIZE_OFF = 17 }; 42 SUCCESS_HTTP_SIZE_OFF = 17 };
44 43
45static void http_senddata( const int64 sock, struct ot_workstruct *ws ) { 44static void http_senddata( const int64 sock, struct ot_workstruct *ws ) {