You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2001/12/23 05:30:28 UTC

cvs commit: modperl-2.0/todo api.txt

stas        01/12/22 20:30:28

  Modified:    todo     api.txt
  Log:
  - updates to the todo issue with send_fd.
  
  Revision  Changes    Path
  1.19      +3 -1      modperl-2.0/todo/api.txt
  
  Index: api.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/api.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- api.txt	2001/12/20 18:12:15	1.18
  +++ api.txt	2001/12/23 04:30:28	1.19
  @@ -52,7 +52,9 @@
   at the moment $r->send_fd is implement in Apache::compat, functions,
   but does not have the performance benefits of ap_send_fd()
   however, $r->sendfile is a new function that opens the file for you
  -and calls ap_send_fd() underneath.
  +and calls ap_send_fd() underneath. ap_send_fd() in APR doesn't work 
  +with fd's which aren't files and of unknown length, therefore it cannot 
  +be used for implementing 1.x compatible send_fd.
   
   $r->{hard,reset,soft,kill}_timeout:
   do not exist in 2.0.  should be deprecated.  consider adding noops in