florin.g wrote:

I suspect a change on my side that results in this. I don't know what
though.


The error seems to occur when you do a forward from your Page.



Click: click-2.0.1-incubating
Jetty: jetty-7.0.0.pre3


I'll have a look with this setup if I can produce the error. Have you tried a later version of Jetty to see if the problem persist?

You could also change CompressionResponseStream.close as follows and rebuild Click:

  public void close() throws IOException {
    if (closed) {
      return;
    }

    ...
  }

Perhaps do the same with the flush() method as that also throws the same exception. Let us know if that resolves the issue or if things break :)

kind regards

bob

Reply via email to