summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-16 14:17:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-21 16:29:41 +0100
commit3fbcadfbf74ce3e1d3e41b2edd80e291a58f60f7 (patch)
tree635c892bc35914fb6cf613a394b118071ad101d1 /testsuites/libtests/mghttpd01/init.c
parentlibnetworking: Use rtems_clock_get_uptime_timeval (diff)
downloadrtems-3fbcadfbf74ce3e1d3e41b2edd80e291a58f60f7.tar.bz2
libnetworking: Use rtems_clock_get_uptime_seconds
This reduces the start-up time of the network stack. With a 1ms tick the ticks since boot value overflows after approximately 50 days. This problem is avoided with the rtems_clock_get_uptime_seconds() function.
Diffstat (limited to 'testsuites/libtests/mghttpd01/init.c')
-rw-r--r--testsuites/libtests/mghttpd01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/mghttpd01/init.c b/testsuites/libtests/mghttpd01/init.c
index dc6dd9c32a..f480851b8b 100644
--- a/testsuites/libtests/mghttpd01/init.c
+++ b/testsuites/libtests/mghttpd01/init.c
@@ -44,7 +44,7 @@
#define INDEX_HTML "HTTP/1.1 200 OK\r\n" \
"Date: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n" \
"Last-Modified: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n" \
- "Etag: \"21dae501.a2\"\r\n" \
+ "Etag: \"21dae500.a2\"\r\n" \
"Content-Type: text/html\r\n" \
"Content-Length: 162\r\n" \
"Connection: close\r\n" \