Displaying 3 results from an estimated 3 matches for "proeply".
2019 Nov 21
0
Re: Dealing with ImageIO problems
.../var/tmp/rhvupload.RShGz0/rhv-upload-plugin.py", line 357, in
> > > connect\n self.sock.connect(self.path)\n', 'ConnectionRefusedError:
> > > [Errno 111] Connection refused\n']
> > >
> > > But it fails in send(), and we don't handle errors proeply around
> > > send(), only around getresponse().
> > > So the error is forgotten by the plugin.
> >
> > That sounds bad?
>
> Indeed, but we never had this issue in real environment.
>
> Basically we should handle any exception in the plugin as failure,
>...
2019 Nov 21
2
Re: Dealing with ImageIO problems
...ShGz0/rhv-upload-plugin.py", line 357, in
> > > > connect\n self.sock.connect(self.path)\n', 'ConnectionRefusedError:
> > > > [Errno 111] Connection refused\n']
> > > >
> > > > But it fails in send(), and we don't handle errors proeply around
> > > > send(), only around getresponse().
> > > > So the error is forgotten by the plugin.
> > >
> > > That sounds bad?
> >
> > Indeed, but we never had this issue in real environment.
> >
> > Basically we should handle any e...
2019 Nov 19
4
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 04:14:45PM +0200, Nir Soffer wrote:
>On Tue, Nov 19, 2019 at 3:36 PM Martin Kletzander <mkletzan@redhat.com>
>wrote:
>
>> On Tue, Nov 19, 2019 at 01:48:31PM +0100, Martin Kletzander wrote:
>> >On Tue, Nov 19, 2019 at 02:24:11PM +0200, Nir Soffer wrote:
>> >>On Tue, Nov 19, 2019 at 2:16 PM Martin Kletzander