diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index 89516d86..4a3fe58d 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -508,7 +508,7 @@ enum MHD_CONNECTION_STATE | |||
508 | * by the application. We now need to do our own | 508 | * by the application. We now need to do our own |
509 | * internal cleanup. | 509 | * internal cleanup. |
510 | */ | 510 | */ |
511 | MHD_CONNECTION_UPGRADE_CLOSED = MHD_TLS_CONNECTION_INIT + 1 | 511 | MHD_CONNECTION_UPGRADE_CLOSED = MHD_CONNECTION_UPGRADE + 1 |
512 | 512 | ||
513 | }; | 513 | }; |
514 | 514 | ||