aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 4cec6787..39a7825d 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -962,11 +962,6 @@ struct MHD_Connection
962 */ 962 */
963 ReceiveCallback recv_cls; 963 ReceiveCallback recv_cls;
964 964
965 /**
966 * Function used for writing HTTP response stream.
967 */
968 TransmitCallback send_cls;
969
970#ifdef UPGRADE_SUPPORT 965#ifdef UPGRADE_SUPPORT
971 /** 966 /**
972 * If this connection was upgraded, this points to 967 * If this connection was upgraded, this points to