aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_long_header.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-13 06:13:50 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-13 06:13:50 +0000
commited40b21b6823dbf9e6b863c6f4850e1cc3893b92 (patch)
tree8c17f0a7a63f1ec8a63192a9262cdf4f1f2216aa /src/testcurl/daemontest_long_header.c
parenta9b74de734dc22c27cb097bb69f2edba1927dc7f (diff)
downloadlibmicrohttpd-ed40b21b6823dbf9e6b863c6f4850e1cc3893b92.tar.gz
libmicrohttpd-ed40b21b6823dbf9e6b863c6f4850e1cc3893b92.zip
whitespace
Diffstat (limited to 'src/testcurl/daemontest_long_header.c')
-rw-r--r--src/testcurl/daemontest_long_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/daemontest_long_header.c b/src/testcurl/daemontest_long_header.c
index 385b9776..c3c628be 100644
--- a/src/testcurl/daemontest_long_header.c
+++ b/src/testcurl/daemontest_long_header.c
@@ -180,7 +180,7 @@ testLongHeaderGet ()
180 memset (url, 'a', VERY_LONG); 180 memset (url, 'a', VERY_LONG);
181 url[VERY_LONG - 1] = '\0'; 181 url[VERY_LONG - 1] = '\0';
182 url[VERY_LONG / 2] = ':'; 182 url[VERY_LONG / 2] = ':';
183 url[VERY_LONG / 2 + 1] = ':'; 183 url[VERY_LONG / 2 + 1] = ' ';
184 header = curl_slist_append (header, url); 184 header = curl_slist_append (header, url);
185 185
186 curl_easy_setopt (c, CURLOPT_HTTPHEADER, header); 186 curl_easy_setopt (c, CURLOPT_HTTPHEADER, header);