* remove wrapped buffer read/write support on platforms without
commit9b89b56d5fefbb7e4709749419c4bcf4f09d780f
authorrobs <robs>
Tue, 12 Mar 2002 13:06:29 +0000 (12 13:06 +0000)
committerrobs <robs>
Tue, 12 Mar 2002 13:06:29 +0000 (12 13:06 +0000)
tree36d7a13f95af65414e960d3a87cd1b791324552d
parent38e0b84533dbfece4458d2143019d34a6b6281dd
* remove wrapped buffer read/write support on platforms without
readv/writev  (buf.c)

* add buf_removed() and buf_added() (buf.c)

* rewrite do_work(): breaking the npipe and socket handling into their own
  routines (mod_fastcgi.c and buf.c)

* use async/overlapped io instead of non-blocking npipes - this eliminates
the use of (broken) polling (mod_fastcgi.c)

* require Apache version >= 1.3.6 to elminate the need for the funky
signal handling (mod_fastcgi.c)

* properly dispose of stdin received in redirects (protocol.c)
CHANGES
fcgi.h
fcgi_buf.c
fcgi_protocol.c
mod_fastcgi.c