<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi Marko,<br>
<br>
In addition to flushing it, did you close the socket when you are done
writing to it?<br>
<br>
Marc</font></font><br>
<br>
Andreas Thiele wrote:
<blockquote cite="mid:002201ca428c$e6f41150$b4dc33f0$@de" type="cite">
  <pre wrap="">Hi Marko,

  </pre>
  <blockquote type="cite">
    <pre wrap="">My question to the list is, what is causing this timeout? Is the
socket not being flushed? Why are there no data being sent from the
Lisp process after it receives the headers from the web server?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Some time has passed since I used mod_lisp. Just a short guess:

Indeed it might be the data is not flushed. I'd try

(force-output *modlisp-socket*)

Andreas



_______________________________________________
mod-lisp-devel site list
<a class="moz-txt-link-abbreviated" href="mailto:mod-lisp-devel@common-lisp.net">mod-lisp-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/mailman/listinfo/mod-lisp-devel">http://common-lisp.net/mailman/listinfo/mod-lisp-devel</a>

  </pre>
</blockquote>
</body>
</html>