Re: [FFmpeg-devel] [PATCH v2] avformat/http: Add option to disable send-100-continue

2019-03-19 Thread Jun Li
On Tue, Mar 19, 2019 at 3:52 PM Jun Li wrote: > The current setting for send-100-continue is either > applicable or enabled, no option to disable the header. > This change is to expand the option setting to provide > more flexibility, which is useful for rstp case. > --- > libavformat/http.c | 1

[FFmpeg-devel] [PATCH v2] avformat/http: Add option to disable send-100-continue

2019-03-19 Thread Jun Li
The current setting for send-100-continue is either applicable or enabled, no option to disable the header. This change is to expand the option setting to provide more flexibility, which is useful for rstp case. --- libavformat/http.c | 15 +-- 1 file changed, 9 insertions(+), 6 deleti