Hi everyone,
I'm working on a FUSE file system which makes network requests whenever a
file is read. So obviously, I would like to avoid excess read requests to
files.
The current implementation [0] of gio's MIME guessing seems to check the
file extension, and then immediately fall back on reading
On Thu, 2018-08-09 at 10:35 -0400, Colin Atkinson via gtk-devel-list
wrote:
> Hi everyone,
> I'm working on a FUSE file system which makes network requests
> whenever a file is read. So obviously, I would like to avoid excess
> read requests to files.
>
> The current implementation [0] of gio's MI
On Thu, Aug 9, 2018 at 10:47 AM Bastien Nocera wrote:
> On Thu, 2018-08-09 at 10:35 -0400, Colin Atkinson via gtk-devel-list
> wrote:
> > Hi everyone,
> > I'm working on a FUSE file system which makes network requests
> > whenever a file is read. So obviously, I would like to avoid excess
> > rea
On Thu, 2018-08-09 at 13:09 -0400, Colin Atkinson wrote:
> On Thu, Aug 9, 2018 at 10:47 AM Bastien Nocera
> wrote:
> > On Thu, 2018-08-09 at 10:35 -0400, Colin Atkinson via gtk-devel-
> > list
> > wrote:
> > > Hi everyone,
> > > I'm working on a FUSE file system which makes network requests
> > >