ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java (file contents):
Revision 1.23 by tdb, Mon Mar 5 09:50:58 2001 UTC vs.
Revision 1.24 by tdb, Mon Mar 5 23:53:39 2001 UTC

# Line 151 | Line 151 | class HostInit extends Thread {
151                                               + filterRef.getTCPPort());
152                          }
153                          else {
154 <                            // ...or throw a wobbly
154 >                            // ...or throw a wobbly (and tell the host!)
155 >                            _socketOut.println("ERROR");
156                              throw new IOException("unable to find filter for host");
157                          }
158                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines