From 37cf2553fb3b24ac8045f9e2a3d76723a16113f8 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 17 Jul 2009 04:42:46 +0000 Subject: [PATCH] Fixed a broken link --- src/docbook/en-US/module/start.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/docbook/en-US/module/start.xml b/src/docbook/en-US/module/start.xml index 6dd65ed26e..a87b813b01 100644 --- a/src/docbook/en-US/module/start.xml +++ b/src/docbook/en-US/module/start.xml @@ -314,10 +314,11 @@ public void messageReceived(&ChannelHandlerContext; ctx, &MessageEvent; e) {
Writing a Time Server - The protocol to implement in this section is the TIME - protocol. It is different from the previous examples in that it sends a - message, which contains a 32-bit integer, without receiving any requests - and closes the connection once the message is sent. In this example, you + The protocol to implement in this section is the + TIME protocol. + It is different from the previous examples in that it sends a message, + which contains a 32-bit integer, without receiving any requests and + loses the connection once the message is sent. In this example, you will learn how to construct and send a message, and to close the connection on completion.