You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/11/24 14:22:47 UTC

cvs commit: apr/test sendfile.c

trawick     2003/11/24 05:22:46

  Modified:    test     sendfile.c
  Log:
  // considered harmful
  
  Revision  Changes    Path
  1.28      +0 -1      apr/test/sendfile.c
  
  Index: sendfile.c
  ===================================================================
  RCS file: /home/cvs/apr/test/sendfile.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- sendfile.c	22 Nov 2003 00:05:26 -0000	1.27
  +++ sendfile.c	24 Nov 2003 13:22:46 -0000	1.28
  @@ -352,7 +352,6 @@
           pfd.client_data = NULL;
   
           rv = apr_pollset_add(pset, &pfd);        
  -//       rv = apr_poll_socket_add(pfd, sock, APR_POLLOUT);
           assert(!rv);
   
           total_bytes_sent = 0;