aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r--src/microhttpd/test_upgrade.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index b3aecafa..fd9c2537 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -279,7 +279,7 @@ wr_create_from_plain_sckt (MHD_socket plain_sk)
279 * Connect socket to specified address. 279 * Connect socket to specified address.
280 * @param s socket to use 280 * @param s socket to use
281 * @param addr address to connect 281 * @param addr address to connect
282 * @param length of sturcture pointed by @a addr 282 * @param length of structure pointed by @a addr
283 * @return zero on success, -1 otherwise. 283 * @return zero on success, -1 otherwise.
284 */ 284 */
285static int 285static int
@@ -840,7 +840,7 @@ upgrade_cb (void *cls,
840 * can be set with the #MHD_OPTION_NOTIFY_COMPLETED). 840 * can be set with the #MHD_OPTION_NOTIFY_COMPLETED).
841 * Initially, `*con_cls` will be NULL. 841 * Initially, `*con_cls` will be NULL.
842 * @return #MHD_YES if the connection was handled successfully, 842 * @return #MHD_YES if the connection was handled successfully,
843 * #MHD_NO if the socket must be closed due to a serios 843 * #MHD_NO if the socket must be closed due to a serious
844 * error while handling the request 844 * error while handling the request
845 */ 845 */
846static enum MHD_Result 846static enum MHD_Result