aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http.h')
-rw-r--r--include/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.h b/include/http.h
index d55213eb9..7e6d9d970 100644
--- a/include/http.h
+++ b/include/http.h
@@ -52,7 +52,7 @@ typedef enum {
struct http_context {
int initialized;
unsigned int status_code;
- int socket;
+ int sock;
int in_data;
IOBUF fp_read;
IOBUF fp_write;