Jim Gallacher
jpg at jgassociates.ca
Sat Sep 29 15:33:53 EDT 2007
I had a bit of a brain spasm in my previous response. req.write() flushes the buffer by default. Jim Gallacher wrote: > Pau Freixes wrote: >> Hi to all, Im new in a list. >> > You could play with your apache config (KeepAlive off and so on), but > it's likely easier to use a different test client such as wget. Also, > modify your req.write() calls to immediately flush the data, which will > make it easier to see what's going on. eg. req.write("something",1) Jim
|