> webget > > On Fri, Jul 23, 2010 at 9:04 AM, EBo <[email protected]> wrote: >> >>> is webkit using read9p() and friends instead of regular reads? >> >> regular reads. Nothing in webfs is using read9p. >> >> Should I change some or all of them for testing?
yes. I am talking about the source code for both webget and webfs. All the reads in the source use simple reads and not read9. If I change them all to read9p would it be a useful test?
