Opened 9 years ago

#4731 new defect

http protocol is missing documented timeout parameter

Reported by: Timo R. Owned by:
Priority: normal Component: avformat
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Both https://www.ffmpeg.org/ffmpeg-all.html#http and protocols.texi document a timeout parameter for the http protocol.

http.c doesn't have that parameters and aborts with an error if it's used though.

As the underlaying tcp protocol has said parameter, i think http.c should forward it, instead of just removing the documentation.

Change History (0)

Note: See TracTickets for help on using tickets.