aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mhd2spdy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/mhd2spdy.c')
-rw-r--r--src/examples/mhd2spdy.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/examples/mhd2spdy.c b/src/examples/mhd2spdy.c
index 10d0afd4..d921aa27 100644
--- a/src/examples/mhd2spdy.c
+++ b/src/examples/mhd2spdy.c
@@ -16,21 +16,16 @@
16*/ 16*/
17 17
18/** 18/**
19 * @file structures.h 19 * @file mhd2spdy.c
20 * @brief The main file of the HTTP-to-SPDY proxy with the 'main' function
21 * and event loop. No threads are used.
22 * Currently only GET is supported.
23 * TODOs:
24 * - non blocking SSL connect
25 * - check certificate
20 * @author Andrey Uzunov 26 * @author Andrey Uzunov
21 */ 27 */
22 28
23 /*
24 * TODOs
25 * non blocking SSL connect
26 * check certificate
27 *
28 *
29 *
30 *
31
32
33 */
34 29
35#include "mhd2spdy_structures.h" 30#include "mhd2spdy_structures.h"
36#include "mhd2spdy_spdy.h" 31#include "mhd2spdy_spdy.h"