it works well even when your servlet is pushing PDF data ?

Did a tcpdump/ethereal could help you ?

2006/12/7, Henri Gomez <[EMAIL PROTECTED]>:
In which project / class ?



2006/12/7, Remy Maucherat <[EMAIL PROTECTED]>:
> Henri Gomez wrote:
> > it's a seems to be a tomcat-native (1.1.7) problem
> >
> > And since we discuss Tomcat 6.0.4 release, should we consider that
> > error as a show stopper ?
>
> No. It existed before, and it is not known if it's a problem with the
> Java code or not.
>
> What I see is that there's an IO exception here, so it means the send
> call returned a status error (or maybe it returned one of these
> mysterious codes which are an error but are not actually an error):
>      protected void flush()
>          throws IOException {
>          if (outputBuffer.position() > 0) {
>              if (Socket.sendbb(socket, 0, outputBuffer.position()) < 0) {
>  >>                throw new IOException();
>              }
>              outputBuffer.clear();
>          }
>      }
>
> Rémy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to