Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2010 16:11:22 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libfetch common.c
Message-ID:  <201007281657.o6SGvAQ9001866@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2010-07-28 16:11:22 UTC

  FreeBSD src repository

  Modified files:
    lib/libfetch         common.c 
  Log:
  SVN rev 210568 on 2010-07-28 16:11:22Z by des
  
  Redo fetch_read() using non-blocking sockets.  This is necessary to
  avoid a hang in the SSL case if the server sends a close notification
  before we are done reading.  In the non-SSL case, it can provide a
  minor (but probably not noticeable) performance improvement for small
  transfers.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.58      +89 -20    src/lib/libfetch/common.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007281657.o6SGvAQ9001866>