aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 966f5621..d6c08967 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -77,8 +77,6 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state)
77 return "footers sent"; 77 return "footers sent";
78 case MHD_CONNECTION_CLOSED: 78 case MHD_CONNECTION_CLOSED:
79 return "closed"; 79 return "closed";
80 case MHD_TLS_CONNECTION_INIT:
81 return "secure connection init";
82 default: 80 default:
83 return "unrecognized connection state"; 81 return "unrecognized connection state";
84 } 82 }