On Sat, Oct 18, 2014 at 5:16 PM, wm4 wrote:
> Why not just store the error code as separate field?
I don't think it's a good idea. Introduces special behaviour,
duplicates the objective of return codes.
--
Bluecherry developer.
___
ffmpeg-devel mailin
On Sat, 18 Oct 2014 00:23:58 +0400
Andrey Utkin wrote:
> Any comments and testing are appreciated. I have made a little amount of
> testing, but RTSP, HTTP and HTTPS 401 and 404 work as expected.
>
> Andrey Utkin (5):
> Introduce new error codes for 4XX and 5XX replies from remote servers
>
On Sat, Oct 18, 2014 at 1:19 AM, Carl Eugen Hoyos wrote:
> Andrey Utkin corp.bluecherry.net> writes:
>
>> Any comments and testing are appreciated. I
>> have made a little amount of testing, but RTSP,
>> HTTP and HTTPS 401 and 404 work as expected.
>
> Is the patchset related to ticket #4039?
> I
Andrey Utkin corp.bluecherry.net> writes:
> Any comments and testing are appreciated. I
> have made a little amount of testing, but RTSP,
> HTTP and HTTPS 401 and 404 work as expected.
Is the patchset related to ticket #4039?
If yes, please mention it.
Thank you, Carl Eugen
_
Any comments and testing are appreciated. I have made a little amount of
testing, but RTSP, HTTP and HTTPS 401 and 404 work as expected.
Andrey Utkin (5):
Introduce new error codes for 4XX and 5XX replies from remote servers
Introduce ff_http_averror()
Use ff_http_averror()
Introduce ff_r