aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mhd2spdy_spdy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/mhd2spdy_spdy.c')
-rw-r--r--src/examples/mhd2spdy_spdy.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/examples/mhd2spdy_spdy.c b/src/examples/mhd2spdy_spdy.c
index 9c5b94f5..8640df35 100644
--- a/src/examples/mhd2spdy_spdy.c
+++ b/src/examples/mhd2spdy_spdy.c
@@ -1,5 +1,4 @@
1/* 1/*
2 * Spdylay - SPDY Library
3 * 2 *
4 * Copyright (c) 2012 Tatsuhiro Tsujikawa 3 * Copyright (c) 2012 Tatsuhiro Tsujikawa
5 * 4 *
@@ -24,7 +23,10 @@
24 */ 23 */
25 24
26/** 25/**
27 * @file spdy.c 26 * @file mhd2spdy_spdy.c
27 * @brief SPDY part of the proxy. libspdylay is used for the client side.
28 * The example spdycli.c from spdylay was used as basis;
29 * however, multiple changes were made.
28 * @author Tatsuhiro Tsujikawa 30 * @author Tatsuhiro Tsujikawa
29 * @author Andrey Uzunov 31 * @author Andrey Uzunov
30 */ 32 */